<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[食物欺诈  物种鉴定]]></title><description><![CDATA[<p dir="auto"><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6694865/" rel="nofollow ugc">https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6694865/</a></p>
<p dir="auto"><img src="/assets/uploads/files/1649913012750-89d0a198-c4b5-4689-a2c0-59bae6326c04-image.png" alt="89d0a198-c4b5-4689-a2c0-59bae6326c04-image.png" class=" img-responsive img-markdown" /></p>
]]></description><link>http://an.forum.genostack.com/topic/621/食物欺诈-物种鉴定</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 12:37:11 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/621.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Apr 2022 05:10:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 食物欺诈  物种鉴定 on Fri, 15 Apr 2022 10:59:38 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://bmcbiol.biomedcentral.com/articles/10.1186/s12915-019-0706-9" rel="nofollow ugc">https://bmcbiol.biomedcentral.com/articles/10.1186/s12915-019-0706-9</a><br />
Rapid, large-scale species discovery in hyperdiverse taxa using 1D MinION sequencing<br />
<img src="/assets/uploads/files/1650020377013-27488414-4a24-478c-b936-670fc2b5cbb0-image.png" alt="27488414-4a24-478c-b936-670fc2b5cbb0-image.png" class=" img-responsive img-markdown" /></p>
]]></description><link>http://an.forum.genostack.com/post/1388</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1388</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 15 Apr 2022 10:59:38 GMT</pubDate></item><item><title><![CDATA[Reply to 食物欺诈  物种鉴定 on Fri, 15 Apr 2022 10:27:32 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://sci-hub.st/10.1016/j.foodcont.2020.107144" rel="nofollow ugc">https://sci-hub.st/10.1016/j.foodcont.2020.107144</a></p>
<p dir="auto">MinION sequencing of seafood in Singapore reveals creatively labelled<br />
flatfishes, confused roe, pig DNA in squid balls, and phantom crustaceans</p>
]]></description><link>http://an.forum.genostack.com/post/1387</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1387</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 15 Apr 2022 10:27:32 GMT</pubDate></item><item><title><![CDATA[Reply to 食物欺诈  物种鉴定 on Tue, 26 Apr 2022 03:53:14 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.sciencedirect.com/science/article/pii/S1878535221001398" rel="nofollow ugc">https://www.sciencedirect.com/science/article/pii/S1878535221001398</a></p>
<p dir="auto">猪肉检测</p>
<p dir="auto"><img src="/assets/uploads/files/1650015830271-42ba1a1c-44b2-41ec-8bc9-5cb736225177-image.png" alt="42ba1a1c-44b2-41ec-8bc9-5cb736225177-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">直接Blast nr ngs reads</p>
<p dir="auto">Table 2. Comparison of the proposed method in the current study with the previously reported methods of pork detection in foodstuff.</p>
<p dir="auto">文章中对几个方法也做了对比</p>
<p dir="auto"><img src="/assets/uploads/files/1650944879358-aaf2e78a-5ecd-41df-961b-1d7874c30942-image.png" alt="aaf2e78a-5ecd-41df-961b-1d7874c30942-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">丰度偏差</p>
<p dir="auto"><img src="/assets/uploads/files/1650944995176-3b3b5a9d-042b-44cf-a412-f41ed9719a75-image.png" alt="3b3b5a9d-042b-44cf-a412-f41ed9719a75-image.png" class=" img-responsive img-markdown" /></p>
<pre><code>Analysis pipeline for NGS data

1. Quality assessment of DNA reads using FastQC tool
perl fastqc –f fastq File.fastq.gz -o out_directory/

2. Trimming of reads using Trimmomatic tool
java -jar trimmomatic.jar SE File.fastq.gz File.filterd. fastq.gz CROP:90 MINLEN:50

3. Converting the fastq into fasta format
sed -n '1~4s/^@/&gt;/p;2~4p' File.fastq &gt; Outfile.fa
or if the fastq file is in compressed format:
zless File.fastq | sed -n '1~4s/^@/&gt;/p;2~4p' &gt; Outfile.fa

4. BLAST analysis for species matching
blastn -query Input.sequences.fa -db nt -out output-blast-file -remote -subject_besthit -max_target_seqs 5 -outfmt "6 qacc qlen sseqid sacc pident nident mismatch evalue qcovhsp stitle salltitles ssciname scomname" -perc_identity 99

</code></pre>
]]></description><link>http://an.forum.genostack.com/post/1386</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1386</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 26 Apr 2022 03:53:14 GMT</pubDate></item><item><title><![CDATA[Reply to 食物欺诈  物种鉴定 on Fri, 15 Apr 2022 09:30:47 GMT]]></title><description><![CDATA[<p dir="auto"><a href="http://dbkgroup.org/dave_files/COFS%202016.pdf" rel="nofollow ugc">http://dbkgroup.org/dave_files/COFS 2016.pdf</a></p>
]]></description><link>http://an.forum.genostack.com/post/1385</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1385</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 15 Apr 2022 09:30:47 GMT</pubDate></item><item><title><![CDATA[Reply to 食物欺诈  物种鉴定 on Fri, 15 Apr 2022 02:48:54 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5627904/" rel="nofollow ugc">https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5627904/</a><br />
On site DNA barcoding by nanopore sequencing<br />
<img src="/assets/uploads/files/1649990290828-22afe13d-8d7b-4c5f-8843-1f733f6d470e-image.png" alt="22afe13d-8d7b-4c5f-8843-1f733f6d470e-image.png" class=" img-responsive img-markdown" /><br />
de novo组装 由于测序错误 可能不准确 所以组装后 用blast找了一个近似的更高质量的参考基因组 作为参考序列 重新做了一次有参组装 再进行物种鉴定</p>
]]></description><link>http://an.forum.genostack.com/post/1383</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1383</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 15 Apr 2022 02:48:54 GMT</pubDate></item><item><title><![CDATA[Reply to 食物欺诈  物种鉴定 on Tue, 26 Apr 2022 04:07:47 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.mdpi.com/2304-8158/9/10/1392/htm" rel="nofollow ugc">https://www.mdpi.com/2304-8158/9/10/1392/htm</a></p>
<p dir="auto">nanopore 非PCR 测序</p>
<p dir="auto">Flesh ID: Nanopore Sequencing Combined with Offline BLAST Search for the Identification of Meat Source</p>
<p dir="auto"><img src="/assets/uploads/files/1650945710924-db883432-433e-4e11-9cae-dc4cdcf2de8c-image-resized.png" alt="db883432-433e-4e11-9cae-dc4cdcf2de8c-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1650946065452-ab745b26-ef43-4eb1-9167-589aec1cf1c8-image.png" alt="ab745b26-ef43-4eb1-9167-589aec1cf1c8-image.png" class=" img-responsive img-markdown" /></p>
]]></description><link>http://an.forum.genostack.com/post/1382</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1382</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 26 Apr 2022 04:07:47 GMT</pubDate></item><item><title><![CDATA[Reply to 食物欺诈  物种鉴定 on Thu, 14 Apr 2022 07:10:18 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://bovinegenome.elsiklab.missouri.edu/" rel="nofollow ugc">https://bovinegenome.elsiklab.missouri.edu/</a><br />
牛数据库</p>
]]></description><link>http://an.forum.genostack.com/post/1380</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1380</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 14 Apr 2022 07:10:18 GMT</pubDate></item><item><title><![CDATA[Reply to 食物欺诈  物种鉴定 on Thu, 14 Apr 2022 05:22:51 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.frontiersin.org/articles/10.3389/fmicb.2021.738284/full" rel="nofollow ugc">https://www.frontiersin.org/articles/10.3389/fmicb.2021.738284/full</a></p>
<p dir="auto">食物性病原   食物安全</p>
]]></description><link>http://an.forum.genostack.com/post/1379</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1379</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 14 Apr 2022 05:22:51 GMT</pubDate></item></channel></rss>