<?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[基于qiime2的扩增子数据分析]]></title><description><![CDATA[<p dir="auto">一，导入数据<br />
我们当前交付的illumina的数据都是双端且拆分过的 枚举值默认选择双端类型<br />
暴露参数：<br />
input-path:数据文件夹<br />
type:类别 枚举型 默认值SampleData[PairedEndSequencesWithQuality]<br />
input-format:格式 枚举型 默认值 CasavaOneEightSingleLanePerSampleDirFmt</p>
<p dir="auto">参考：<br />
<a href="https://igor.sbgenomics.com/public/apps/admin/sbg-public-data/qiime2-16s-rrna-metagenomic-profiling" rel="nofollow ugc">https://igor.sbgenomics.com/public/apps/admin/sbg-public-data/qiime2-16s-rrna-metagenomic-profiling</a><br />
<img src="/assets/uploads/files/1659522146069-ef864964-38b5-4ba4-8025-a58d24935dc3-image.png" alt="ef864964-38b5-4ba4-8025-a58d24935dc3-image.png" class=" img-responsive img-markdown" /></p>
<pre><code>qiime tools import \
  --type 'SampleData[PairedEndSequencesWithQuality]' \
  --input-path casava-18-paired-end-demultiplexed \
  --input-format CasavaOneEightSingleLanePerSampleDirFmt \
  --output-path demux-paired-end.qza
</code></pre>
<p dir="auto">2.拆分（当前先不支持）<br />
导入数据时 虽然大部分情况都已经拆分 如果没有拆分的数据 我们需要在文件上传的过程中增加一个拆分功能 让用户上传文件 并且附上 一个表格 表格里面包括样本编号和barcode列表 和qiime2类似</p>
<pre><code>qiime demux emp-single \
  --i-seqs emp-single-end-sequences.qza \
  --m-barcodes-file sample-metadata.tsv \
  --m-barcodes-column barcode-sequence \
  --o-per-sample-sequences demux.qza \
  --o-error-correction-details demux-details.qza
</code></pre>
<p dir="auto">拆分的软件对于illumina的数据 可以使用bcl2fastq 需要原始数据和samplesheet<br />
<a href="https://support.illumina.com/content/dam/illumina-support/documents/documentation/software_documentation/bcl2fastq/bcl2fastq2-v2-20-software-guide-15051736-03.pdf" rel="nofollow ugc">https://support.illumina.com/content/dam/illumina-support/documents/documentation/software_documentation/bcl2fastq/bcl2fastq2-v2-20-software-guide-15051736-03.pdf</a></p>
<ol start="3">
<li></li>
</ol>
]]></description><link>http://an.forum.genostack.com/topic/743/基于qiime2的扩增子数据分析</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 12:37:20 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/743.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Aug 2022 10:07:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Fri, 14 Apr 2023 06:10:22 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://drive5.com/usearch/manual/amplification_bias.html" rel="nofollow ugc">https://drive5.com/usearch/manual/amplification_bias.html</a><br />
Abundance and amplification bias in amplicon sequencing<br />
序列的丰度和物种的实际丰度 可能偏差比较大</p>
]]></description><link>http://an.forum.genostack.com/post/2036</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2036</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 14 Apr 2023 06:10:22 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Wed, 12 Apr 2023 08:48:12 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.jandonline.org/article/S2212-2672(20)30438-X/pdf" rel="nofollow ugc">https://www.jandonline.org/article/S2212-2672(20)30438-X/pdf</a><br />
Associations between Diet, the Gut Microbiome,<br />
and Short-Chain Fatty Acid Production among<br />
Older Caribbean Latino Adults<br />
饮食和微生物多样性的研究  主要用了关联性分析</p>
]]></description><link>http://an.forum.genostack.com/post/2030</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2030</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Wed, 12 Apr 2023 08:48:12 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Thu, 06 Apr 2023 12:16:03 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://hackmd.io/@MAE-MBL/HylpoaOF5#Part-II-In-depth-analysis" rel="nofollow ugc">https://hackmd.io/@MAE-MBL/HylpoaOF5#Part-II-In-depth-analysis</a></p>
<p dir="auto">这个文章写的不错</p>
]]></description><link>http://an.forum.genostack.com/post/2026</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2026</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 06 Apr 2023 12:16:03 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Tue, 04 Apr 2023 12:15:03 GMT]]></title><description><![CDATA[<p dir="auto">假如data2的代码保存在 /root/data2<br />
cd /root<br />
R CMD build dada2<br />
<a href="http://xn--dada2-rt2hs64ig45a.so" rel="nofollow ugc">会生成dada2.so</a></p>
]]></description><link>http://an.forum.genostack.com/post/2023</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2023</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 04 Apr 2023 12:15:03 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Tue, 11 Apr 2023 07:02:21 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://forum.qiime2.org/t/difference-between-sub-sampling-and-rarefing/18219" rel="nofollow ugc">https://forum.qiime2.org/t/difference-between-sub-sampling-and-rarefing/18219</a></p>
<p dir="auto">sub-sampling and rarefing的对比:<br />
<img src="/assets/uploads/files/1680486506876-5688a244-9fd7-4071-a031-d2e8a6629c73-image.png" alt="5688a244-9fd7-4071-a031-d2e8a6629c73-image.png" class=" img-responsive img-markdown" /> <img src="/assets/uploads/files/1680486557660-25b2f752-278b-41d6-aa58-cfcc0f403be6-image.png" alt="25b2f752-278b-41d6-aa58-cfcc0f403be6-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1680486527779-c96b2b7f-7c63-456b-9890-72071f25e5b4-image.png" alt="c96b2b7f-7c63-456b-9890-72071f25e5b4-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">sub-sampling可以从sample或者feature的角度 对数据进行过滤 得到的是整个数据的子集。<br />
rarefy是对所有feature的结果进行归一化。</p>
]]></description><link>http://an.forum.genostack.com/post/2020</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2020</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 11 Apr 2023 07:02:21 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Sat, 01 Apr 2023 06:17:09 GMT]]></title><description><![CDATA[<p dir="auto">dada2的执行过程:<br />
filterAndTrim  过滤，截取<br />
derepFastq (可选步骤 dada内部会判断 如果没有经过去重 会自己调用这个函数)<br />
learnErrors  这个函数也会调用dada 以 self-consist mode 模式运行<br />
dada  核心步骤 但是 self-consist mode = FALSE</p>
]]></description><link>http://an.forum.genostack.com/post/2017</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2017</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 01 Apr 2023 06:17:09 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Thu, 30 Mar 2023 08:31:47 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://btep.ccr.cancer.gov/docs/qiime2/index.html" rel="nofollow ugc">https://btep.ccr.cancer.gov/docs/qiime2/index.html</a><br />
Microbiome Analysis with QIIME2 教程</p>
]]></description><link>http://an.forum.genostack.com/post/2015</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2015</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 30 Mar 2023 08:31:47 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Fri, 30 Sep 2022 09:04:30 GMT]]></title><description><![CDATA[<p dir="auto">dyn.load("./src/dada2.so")<br />
Error in dyn.load("./src/dada2.so") :<br />
unable to load shared object '/home/jynlix/Downloads/src/dada2/dada2/./src/dada2.so':<br />
/home/jynlix/Downloads/src/dada2/dada2/./src/dada2.so: undefined symbol: _ZTIN3tbb4taskE</p>
<p dir="auto">使用gdb 调试dada2时报错 dada2依赖 Rcpp 做多线程 Rcpp 依赖 tbb 需要提前把这个包加载</p>
<p dir="auto">dyn.load("/home/jynlix/R/x86_64-pc-linux-gnu-library/4.1/RcppParallel/lib/libtbb.so.2", local = FALSE)</p>
]]></description><link>http://an.forum.genostack.com/post/1866</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1866</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 30 Sep 2022 09:04:30 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Thu, 29 Sep 2022 06:27:07 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://github.com/benjjneb/dada2/issues/1095" rel="nofollow ugc">https://github.com/benjjneb/dada2/issues/1095</a><br />
dereplication (derepFastq) required?<br />
dada2在处理的时候 可以去重 只是为了降低内存消耗？在最后统计丰度的时候 会把重复再计算回来？</p>
]]></description><link>http://an.forum.genostack.com/post/1863</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1863</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 29 Sep 2022 06:27:07 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Wed, 28 Sep 2022 01:40:53 GMT]]></title><description><![CDATA[<p dir="auto">DADA2的限制<br />
<img src="/assets/uploads/files/1664329219886-33724111-06e2-45c5-aa3e-2cbc189b42fb-image.png" alt="33724111-06e2-45c5-aa3e-2cbc189b42fb-image.png" class=" img-responsive img-markdown" /><br />
DADA2对于单体序列 无法识别</p>
]]></description><link>http://an.forum.genostack.com/post/1861</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1861</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Wed, 28 Sep 2022 01:40:53 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Tue, 13 Sep 2022 08:18:42 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.drive5.com/usearch/manual/qiime_classic.html" rel="nofollow ugc">https://www.drive5.com/usearch/manual/qiime_classic.html</a><br />
OTU 表中的数字代表reads数</p>
]]></description><link>http://an.forum.genostack.com/post/1835</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1835</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 13 Sep 2022 08:18:42 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Mon, 05 Sep 2022 11:25:57 GMT]]></title><description><![CDATA[<p dir="auto">对于__的问题：<br />
qiime的图上会有__;__这种注释<br />
<img src="/assets/uploads/files/1662376952135-4a67e350-a9b9-4b3c-840a-1da8075f37ae-image.png" alt="4a67e350-a9b9-4b3c-840a-1da8075f37ae-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">经过查询：<br />
<img src="/assets/uploads/files/1662377002967-850ca6bc-9ad2-479c-a188-fe5693299d7a-image.png" alt="850ca6bc-9ad2-479c-a188-fe5693299d7a-image.png" class=" img-responsive img-markdown" /><br />
数据里面是<br />
k__Bacteria; p__Proteobacteria; c__Betaproteobacteria; o__Burkholderiales  这种级别不够的注释<br />
对于级别不够的情况 qiime view 会用__补齐</p>
<p dir="auto">但是注意，s__  p__这种情况数据也是有的 如果需要过滤 可以用<br />
qiime taxa filter-table --p-exclude "s__"过滤</p>
]]></description><link>http://an.forum.genostack.com/post/1832</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1832</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Mon, 05 Sep 2022 11:25:57 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Fri, 02 Sep 2022 12:06:27 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://colab.research.google.com/github/Gibbons-Lab/isb_course_2020/blob/master/16S.ipynb#scrollTo=h3NALJ7u6mBP" rel="nofollow ugc">https://colab.research.google.com/github/Gibbons-Lab/isb_course_2020/blob/master/16S.ipynb#scrollTo=h3NALJ7u6mBP</a></p>
<p dir="auto">使用Colab来运行Qiime2<br />
<img src="/assets/uploads/files/1662119719189-ca7766ac-8224-4e29-a739-484290c0e7a1-image.png" alt="ca7766ac-8224-4e29-a739-484290c0e7a1-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1662120100458-4166d0cf-56e2-4ab9-bcba-a8011754855f-image.png" alt="4166d0cf-56e2-4ab9-bcba-a8011754855f-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1662120385954-5f4a99a7-e403-44b1-afb4-6de5d7509358-image.png" alt="5f4a99a7-e403-44b1-afb4-6de5d7509358-image.png" class=" img-responsive img-markdown" /></p>
]]></description><link>http://an.forum.genostack.com/post/1831</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1831</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 02 Sep 2022 12:06:27 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Fri, 02 Sep 2022 11:53:15 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.biorxiv.org/content/10.1101/2021.09.15.460495v2.full.pdf" rel="nofollow ugc">https://www.biorxiv.org/content/10.1101/2021.09.15.460495v2.full.pdf</a><br />
Tourmaline: a containerized workflow for rapid and<br />
iterable amplicon sequence analysis using QIIME 2<br />
and Snakemake<br />
使用snakemake对qiime2做了自动化</p>
]]></description><link>http://an.forum.genostack.com/post/1830</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1830</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 02 Sep 2022 11:53:15 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Thu, 01 Sep 2022 11:26:51 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://bioinformaticsworkbook.org/dataAnalysis/Metagenomics/Qiime2.html#gsc.tab=0" rel="nofollow ugc">https://bioinformaticsworkbook.org/dataAnalysis/Metagenomics/Qiime2.html#gsc.tab=0</a></p>
]]></description><link>http://an.forum.genostack.com/post/1829</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1829</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 01 Sep 2022 11:26:51 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Thu, 01 Sep 2022 07:16:39 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://forum.qiime2.org/t/whats-the-difference-between-and-g-in-greengene-database/17615" rel="nofollow ugc">https://forum.qiime2.org/t/whats-the-difference-between-and-g-in-greengene-database/17615</a></p>
<p dir="auto">S__  和__的区别</p>
]]></description><link>http://an.forum.genostack.com/post/1826</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1826</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 01 Sep 2022 07:16:39 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Fri, 26 Aug 2022 12:58:01 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.youtube.com/watch?v=g5BdGP4V5YA" rel="nofollow ugc">https://www.youtube.com/watch?v=g5BdGP4V5YA</a><br />
关于rarefy的解释</p>
]]></description><link>http://an.forum.genostack.com/post/1814</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1814</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 26 Aug 2022 12:58:01 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Fri, 26 Aug 2022 11:43:09 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://hackmd.io/@MAE-MBL/HylpoaOF5" rel="nofollow ugc">https://hackmd.io/@MAE-MBL/HylpoaOF5</a>   qiime2的一个帖子 讲的比较好</p>
]]></description><link>http://an.forum.genostack.com/post/1813</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1813</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 26 Aug 2022 11:43:09 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Fri, 26 Aug 2022 09:40:59 GMT]]></title><description><![CDATA[<p dir="auto">python -m pdb /home/jynlix/miniconda3/envs/qiime2-2022.2/bin/qiime diversity alpha-group-significance --i-alpha-diversity ace.qza --m-metadata-file metadata2.tsv --o-visualization alpha.ace.qzv --verbose</p>
<p dir="auto">qiime2代码调试<br />
1.要使用全路径<br />
2.要加上--verbose 否则pdb的打印也会被重定向<br />
3.然后可以使用“文件名:行号”打断点<br />
b /home/jynlix/miniconda3/envs/qiime2-2022.2/lib/python3.8/site-packages/q2_diversity/_alpha/_visualizer.py:35</p>
]]></description><link>http://an.forum.genostack.com/post/1812</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1812</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 26 Aug 2022 09:40:59 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Fri, 05 Aug 2022 10:51:25 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://edu.omicslogic.com/blog/16s-rna-amplicon-data-analysis-dada2-on-t-bioinfoserver?utm_campaign=T-Bio%20Info%20Server&amp;utm_content=212683594&amp;utm_medium=social&amp;utm_source=linkedin&amp;hss_channel=lcp-27253342" rel="nofollow ugc">https://edu.omicslogic.com/blog/16s-rna-amplicon-data-analysis-dada2-on-t-bioinfoserver?utm_campaign=T-Bio Info Server&amp;utm_content=212683594&amp;utm_medium=social&amp;utm_source=linkedin&amp;hss_channel=lcp-27253342</a><br />
<img src="/assets/uploads/files/1659696667507-3c0844f9-8f04-4943-a2b8-532b3f73e4f3-image.png" alt="3c0844f9-8f04-4943-a2b8-532b3f73e4f3-image.png" class=" img-responsive img-markdown" /></p>
]]></description><link>http://an.forum.genostack.com/post/1780</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1780</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 05 Aug 2022 10:51:25 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Fri, 05 Aug 2022 03:33:04 GMT]]></title><description><![CDATA[<p dir="auto"><a href="/assets/uploads/files/1659669800954-nihms782534-supplement-1.pdf">NIHMS782534-supplement-1.pdf</a><br />
<img src="/assets/uploads/files/1659669830898-f58dd7ce-2d0a-4c3b-95c8-976abdb2b8f0-image.png" alt="f58dd7ce-2d0a-4c3b-95c8-976abdb2b8f0-image.png" class=" img-responsive img-markdown" /><br />
为了排除测序误差 OTU采用聚类的方式(97%相似度) 但是也会把真正的突变给排除掉<br />
DADA2 R package implements the full amplicon workflow: filtering, dereplication, chimera identification, and merging paired-end reads.<br />
DADA2 本身是个流程 做了很多事情 其中有一个就是把R1、R2做了合并。</p>
]]></description><link>http://an.forum.genostack.com/post/1777</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1777</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 05 Aug 2022 03:33:04 GMT</pubDate></item><item><title><![CDATA[Reply to 基于qiime2的扩增子数据分析 on Thu, 04 Aug 2022 11:32:20 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-020-03591-6" rel="nofollow ugc">https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-020-03591-6</a><br />
DADA2 Deblur CD-HIT-OTU-Miseq的对比：<br />
Deblur 只能支持单端  必须进行R1、R2的合并<br />
DADA2 内部本身就会合并</p>
<p dir="auto"><a href="https://github.com/ydkondratenko/cdsnake" rel="nofollow ugc">https://github.com/ydkondratenko/cdsnake</a><br />
<a href="http://weizhong-lab.ucsd.edu/cd-hit-otu/" rel="nofollow ugc">http://weizhong-lab.ucsd.edu/cd-hit-otu/</a></p>
<p dir="auto"><a href="https://www.biorxiv.org/content/10.1101/153783v1.full" rel="nofollow ugc">https://www.biorxiv.org/content/10.1101/153783v1.full</a><br />
CD-HIT-OTU-MiSeq, an Improved Approach for Clustering and Analyzing Paired End MiSeq 16S rRNA Sequences<br />
<img src="/assets/uploads/files/1659612736991-70036dd0-6a9f-40ef-b20d-27483f736fc4-image.png" alt="70036dd0-6a9f-40ef-b20d-27483f736fc4-image.png" class=" img-responsive img-markdown" /></p>
]]></description><link>http://an.forum.genostack.com/post/1776</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1776</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 04 Aug 2022 11:32:20 GMT</pubDate></item></channel></rss>