You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: qiita_pet/support_files/doc/source/processing-recommendations.rst
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,19 @@ Currently, we have the reference databases: Greengenes version 3_8-97, Silva 119
47
47
Shotgun sequencing
48
48
------------------
49
49
50
-
Here you need to start with per_sample_FASTQ, we recommend to only upload already QC-ed and adaptor and human sequences removed FASTQ files. However, we have a step for
51
-
this preprocessing available in Qiita via `KneadData <https://bitbucket.org/biobakery/kneaddata/wiki/Home>`_.
50
+
Qiita currently has one shotgun metagenomics data analysis pipeline. Note that this is the initial processing pipeline and we will be adding more soon.
52
51
53
-
The recommended processing steps are:
52
+
With that said, the current workflow is as follows:
54
53
55
-
#. Remove adapters and human sequences from your files using KneadData. We currently have TruSeq3-PE-2 and NexteraPE-PE adaptor removal.
56
-
#. Use `HUMAnN2 <https://bitbucket.org/biobakery/humann2/wiki/Home>`_ to generate BIOM tables.
54
+
#. Removal of adapter sequence and host contamination using `KneadData<https://bitbucket.org/biobakery/kneaddata/wiki/Home>`_.
55
+
#. Gene calling and pathway profiling using `HUMAnN2 <https://bitbucket.org/biobakery/humann2/wiki/Home>`_.
57
56
58
-
For more information visit the `Shotgun Qiita Plugin GitHub page<https://github.com/qiita-spots/qp-shotgun>`.
57
+
This workflow starts with per_sample_FASTQ files. We recommend only uploading sequences that have already been through QC and host /
58
+
human sequence removal. However, all sequence files currently are required to go through KneadData to ensure they are ready for
59
+
subsequent analyses. Currently, the KneadData command removes adaptor sequences (choice of TruSeq3-PE-2 and NexteraPE-PE) and
60
+
sequences mapping to the human genome (additional host genomes will become available soon).
61
+
62
+
Next, the QC'd sequences will be compared against reference databases to determine the presence and abundance of protein-coding functional genes and
63
+
pathways using HUMAnN2. These are then summarized as BIOM tables, which can be used in subsequent analysis and visualization.
64
+
65
+
For more information visit the `Shotgun Qiita Plugin GitHub page <https://github.com/qiita-spots/qp-shotgun>`.
0 commit comments