@@ -47,26 +47,24 @@ Jonathan Galazka (GeneLab Project Scientist)
47
47
48
48
# Software used
49
49
50
- | Program| Version* | Relevant Links|
50
+ | Program| Version| Relevant Links|
51
51
| :------| :-----:| ------:|
52
- | FastQC| ` fastqc -v ` | [ https://www.bioinformatics.babraham.ac.uk/projects/fastqc/ ] ( https://www.bioinformatics.babraham.ac.uk/projects/fastqc/ ) |
53
- | MultiQC| ` multiqc -v ` | [ https://multiqc.info/ ] ( https://multiqc.info/ ) |
54
- | bbduk| ` bbduk.sh --version ` | [ https://jgi.doe.gov/data-and-tools/software-tools/bbtools/bb-tools-user-guide/ ] ( https://jgi.doe.gov/data-and-tools/software-tools/bbtools/bb-tools-user-guide/ ) |
55
- | megahit| ` megahit -v ` | [ https://github.com/voutcn/megahit#megahit ] ( https://github.com/voutcn/megahit#megahit ) |
56
- | bit| ` bit-version ` | [ https://github.com/AstrobioMike/bioinf_tools#bioinformatics-tools-bit ] ( https://github.com/AstrobioMike/bioinf_tools#bioinformatics-tools-bit ) |
57
- | bowtie2| ` bowtie2 --version ` | [ https://github.com/BenLangmead/bowtie2#overview ] ( https://github.com/BenLangmead/bowtie2#overview ) |
58
- | samtools| ` samtools --version ` | [ https://github.com/samtools/samtools#samtools ] ( https://github.com/samtools/samtools#samtools ) |
59
- | prodigal| ` prodigal -v ` | [ https://github.com/hyattpd/Prodigal#prodigal ] ( https://github.com/hyattpd/Prodigal#prodigal ) |
60
- | KOFamScan| ` exec_annotation -v ` | [ https://github.com/takaram/kofam_scan#kofamscan ] ( https://github.com/takaram/kofam_scan#kofamscan ) |
61
- | CAT| ` CAT -v ` | [ https://github.com/dutilh/CAT#cat-and-bat ] ( https://github.com/dutilh/CAT#cat-and-bat ) |
62
- | Metabat2| ` metabat2 -h ` | [ https://bitbucket.org/berkeleylab/metabat/src/master/ ] ( https://bitbucket.org/berkeleylab/metabat/src/master/ ) |
63
- | checkm| ` checkm -h ` | [ https://github.com/Ecogenomics/CheckM ] ( https://github.com/Ecogenomics/CheckM ) |
64
- | gtdbtk| ` gtdbtk -v ` | [ https://github.com/Ecogenomics/GTDBTk ] ( https://github.com/Ecogenomics/GTDBTk ) |
65
- |KEGGDecoder|` pip show keggdecoder ` |[ https://github.com/bjtully/BioData/tree/master/KEGGDecoder#kegg-decoder ] ( https://github.com/bjtully/BioData/tree/master/KEGGDecoder#kegg-decoder )
66
- | HUMAnN3| ` humann --version ` | [ https://huttenhower.sph.harvard.edu/humann3/ ] ( https://huttenhower.sph.harvard.edu/humann3/ ) |
67
- | MetaPhlAn3| ` metaphlan --version ` | [ https://github.com/biobakery/MetaPhlAn/tree/3.0 ] ( https://github.com/biobakery/MetaPhlAn/tree/3.0 ) |
68
-
69
- > ** \* ** Exact versions utilized for a given dataset are available along with the processing commands for each specific dataset (this is due to how the system may need to be updated regularly).
52
+ | FastQC| 0.11.9 | [ https://www.bioinformatics.babraham.ac.uk/projects/fastqc/ ] ( https://www.bioinformatics.babraham.ac.uk/projects/fastqc/ ) |
53
+ | MultiQC| 1.11 | [ https://multiqc.info/ ] ( https://multiqc.info/ ) |
54
+ | bbduk| 38.86 | [ https://jgi.doe.gov/data-and-tools/software-tools/bbtools/bb-tools-user-guide/ ] ( https://jgi.doe.gov/data-and-tools/software-tools/bbtools/bb-tools-user-guide/ ) |
55
+ | megahit| 1.2.9 | [ https://github.com/voutcn/megahit#megahit ] ( https://github.com/voutcn/megahit#megahit ) |
56
+ | bit| 1.8.53 | [ https://github.com/AstrobioMike/bioinf_tools#bioinformatics-tools-bit ] ( https://github.com/AstrobioMike/bioinf_tools#bioinformatics-tools-bit ) |
57
+ | bowtie2| 2.3.5.1 | [ https://github.com/BenLangmead/bowtie2#overview ] ( https://github.com/BenLangmead/bowtie2#overview ) |
58
+ | samtools| 1.9 | [ https://github.com/samtools/samtools#samtools ] ( https://github.com/samtools/samtools#samtools ) |
59
+ | prodigal| 2.6.3 | [ https://github.com/hyattpd/Prodigal#prodigal ] ( https://github.com/hyattpd/Prodigal#prodigal ) |
60
+ | KOFamScan| 1.3.0 | [ https://github.com/takaram/kofam_scan#kofamscan ] ( https://github.com/takaram/kofam_scan#kofamscan ) |
61
+ | CAT| 5.2.2 | [ https://github.com/dutilh/CAT#cat-and-bat ] ( https://github.com/dutilh/CAT#cat-and-bat ) |
62
+ | Metabat2| 2.15 | [ https://bitbucket.org/berkeleylab/metabat/src/master/ ] ( https://bitbucket.org/berkeleylab/metabat/src/master/ ) |
63
+ | checkm| 1.1.3 | [ https://github.com/Ecogenomics/CheckM ] ( https://github.com/Ecogenomics/CheckM ) |
64
+ | gtdbtk| 1.5.0 | [ https://github.com/Ecogenomics/GTDBTk ] ( https://github.com/Ecogenomics/GTDBTk ) |
65
+ |KEGGDecoder| 1.2.2 |[ https://github.com/bjtully/BioData/tree/master/KEGGDecoder#kegg-decoder ] ( https://github.com/bjtully/BioData/tree/master/KEGGDecoder#kegg-decoder )
66
+ | HUMAnN3| 3.6 | [ https://huttenhower.sph.harvard.edu/humann3/ ] ( https://huttenhower.sph.harvard.edu/humann3/ ) |
67
+ | MetaPhlAn3| 4.0.1 | [ https://github.com/biobakery/MetaPhlAn/tree/3.0 ] ( https://github.com/biobakery/MetaPhlAn/tree/3.0 ) |
70
68
71
69
---
72
70
@@ -100,6 +98,8 @@ fastqc -o raw_fastqc_output *raw.fastq.gz
100
98
101
99
```
102
100
multiqc -o raw_multiqc_output -n raw_multiqc -z raw_fastqc_output/
101
+ # this is how it's packaged with our workflow outputs
102
+ zip -r raw_multiqc_GLmetagenomics_report.zip raw_multiqc_output
103
103
```
104
104
105
105
** Parameter Definitions:**
@@ -115,8 +115,9 @@ multiqc -o raw_multiqc_output -n raw_multiqc -z raw_fastqc_output/
115
115
116
116
** Output data:**
117
117
118
- * ** raw_multiqc_output/raw_multiqc_report.html** (multiqc output html summary)
119
- * ** raw_multiqc_output/raw_multiqc_data.zip** (zipped directory containing multiqc output data)
118
+ * ** raw_multiqc_GLmetagenomics_report.zip** (zip containing the following)
119
+ * ** raw_multiqc.html** (multiqc output html summary)
120
+ * ** raw_multiqc_data** (directory containing multiqc output data)
120
121
121
122
<br >
122
123
@@ -169,7 +170,7 @@ bbduk.sh in=sample-1-R1-raw.fastq.gz in2=sample-1-R2-raw.fastq.gz out1=sample-1_
169
170
** Output data:**
170
171
171
172
* ** \* _ filtered.fastq.gz** (filtered/trimmed reads)
172
- * bbduk.log (log file of standard output and error from bbduk run)
173
+ * ** \* - bbduk.log** (log file of standard output and error from bbduk run)
173
174
174
175
<br >
175
176
@@ -198,6 +199,8 @@ fastqc -o filtered_fastqc_output/ *filtered.fastq.gz
198
199
#### 3a. Compile Filtered/Trimmed Data QC
199
200
```
200
201
multiqc -o filtered_multiqc_output -n filtered_multiqc -z filtered_fastqc_output/
202
+ # this is how it's packaged with our workflow outputs
203
+ zip -r filtered_multiqc_GLmetagenomics_report.zip filtered_multiqc_output
201
204
```
202
205
203
206
** Parameter Definitions:**
@@ -213,8 +216,9 @@ multiqc -o filtered_multiqc_output -n filtered_multiqc -z filtered_fastqc_output
213
216
214
217
** Output data:**
215
218
216
- * ** filtered_multiqc_output/filtered_multiqc_report.html** (multiqc output html summary)
217
- * ** filtered_multiqc_output/filtered_multiqc_data.zip** (zipped directory containing multiqc output data)
219
+ * ** filtered_multiqc_GLmetagenomics_report.zip** (zip containing the following)
220
+ * ** filtered_multiqc.html** (multiqc output html summary)
221
+ * ** filtered_multiqc_data** (directory containing multiqc output data)
218
222
219
223
<br >
220
224
@@ -247,7 +251,7 @@ megahit -1 sample-1_R1_filtered.fastq.gz -2 sample-1_R2_filtered.fastq.gz \
247
251
** Output data:**
248
252
249
253
* sample-1-assembly/final.contigs.fa (assembly file)
250
- * sample-1-assembly.log (log file)
254
+ * ** sample-1-assembly.log** (log file)
251
255
252
256
<br >
253
257
@@ -297,7 +301,7 @@ bit-summarize-assembly -o assembly-summaries.tsv *assembly.fasta
297
301
298
302
** Output files:**
299
303
300
- * ** assembly-summaries .tsv** (table of assembly summary statistics)
304
+ * ** assembly-summaries_GLmetagenomics .tsv** (table of assembly summary statistics)
301
305
302
306
<br >
303
307
@@ -735,17 +739,17 @@ rm sample-1*tmp sample-1-contig-coverages.tsv sample-1-contig-tax-out.tsv
735
739
### 13. Generating normalized, gene-level-coverage summary tables of KO-annotations and taxonomy across samples
736
740
> ** Notes**
737
741
> * To combine across samples to generate these summary tables, we need the same "units". This is done for annotations based on the assigned KO terms, and all non-annotated functions are included together as "Not annotated". It is done for taxonomic classifications based on taxids (full lineages included in the table), and any not classified are included together as "Not classified".
738
- > * The values we are working with are coverage per gene (so they are number of bps recruited to the gene normalized by the length of the gene). These have been normalized by making the total coverage of a sample 1,000,000 and setting each individual gene-level coverage its proportion of that 1,000,000 total. So basically percent, but out of 1,000,000 instead of 100 to make the numbers more friendly.
742
+ > * The values we are working with are coverage per gene (so they are number of bases recruited to the gene normalized by the length of the gene). These have been normalized by making the total coverage of a sample 1,000,000 and setting each individual gene-level coverage its proportion of that 1,000,000 total. So basically percent, but out of 1,000,000 instead of 100 to make the numbers more friendly.
739
743
740
744
```
741
- bit-GL-combine-KO-and-tax-tables *-gene-coverage-annotation-and-tax.tsv -o GLDS-286
745
+ bit-GL-combine-KO-and-tax-tables *-gene-coverage-annotation-and-tax.tsv -o Combined
742
746
```
743
747
744
748
** Parameter Definitions:**
745
749
746
750
* takes positional arguments specifying the input tsv files, can be provided as a space-delimited list of files, or with wildcards like above
747
751
748
- - ` -o ` – specifies the output prefix (e.g. as above, will generate “GLDS-286-KO-function-coverages.tsv” and “GLDS-286-taxonomy-coverages.tsv”
752
+ - ` -o ` – specifies the output prefix
749
753
750
754
751
755
** Input data:**
@@ -754,8 +758,8 @@ bit-GL-combine-KO-and-tax-tables *-gene-coverage-annotation-and-tax.tsv -o GLDS-
754
758
755
759
** Output data:**
756
760
757
- * ** GLDS- \* - KO-function-coverages-CPM .tsv** (table with all samples combined based on KO annotations; normalized to coverage per million genes covered)
758
- * ** GLDS- \* - taxonomy-coverages-CPM .tsv** (table with all samples combined based on gene-level taxonomic classifications; normalized to coverage per million genes covered)
761
+ * ** Combined-gene-level- KO-function-coverages-CPM_GLmetagenomics .tsv** (table with all samples combined based on KO annotations; normalized to coverage per million genes covered)
762
+ * ** Combined-gene-level- taxonomy-coverages-CPM_GLmetagenomics .tsv** (table with all samples combined based on gene-level taxonomic classifications; normalized to coverage per million genes covered)
759
763
760
764
<br >
761
765
@@ -798,7 +802,7 @@ metabat2 --inFile sample-1-assembly.fasta --outFile sample-1 --abdFile sample-1
798
802
Utilizes the default ` checkm ` database available [ here] ( https://data.ace.uq.edu.au/public/CheckM_databases/checkm_data_2015_01_16.tar.gz ) , ` checkm_data_2015_01_16.tar.gz ` .
799
803
800
804
```
801
- checkm lineage_wf -f checkm_bins-overview .tsv --tab_table -x fa ./ checkm-output-dir
805
+ checkm lineage_wf -f bins-overview_GLmetagenomics .tsv --tab_table -x fa ./ checkm-output-dir
802
806
```
803
807
804
808
** Parameter Definitions:**
@@ -816,18 +820,18 @@ checkm lineage_wf -f checkm_bins-overview.tsv --tab_table -x fa ./ checkm-output
816
820
817
821
** Output data:**
818
822
819
- * ** checkm_bins-overview .tsv** (tab-delimited file with quality estimates per bin)
823
+ * ** bins-overview_GLmetagenomics .tsv** (tab-delimited file with quality estimates per bin)
820
824
* checkm-output-dir (directory holding detailed checkm outputs)
821
825
822
826
#### 14c. Filtering MAGs
823
827
824
828
```
825
- cat <( head -n 1 checkm_bins-overview .tsv ) \
826
- <( awk -F $'\t' ' $12 >= 90 && $13 <= 10 && $14 == 0 ' checkm_bins-overview .tsv | sed 's/bin./MAG-/' ) \
829
+ cat <( head -n 1 bins-overview_GLmetagenomics .tsv ) \
830
+ <( awk -F $'\t' ' $12 >= 90 && $13 <= 10 && $14 == 0 ' bins-overview_GLmetagenomics .tsv | sed 's/bin./MAG-/' ) \
827
831
> checkm-MAGs-overview.tsv
828
832
829
833
# copying bins into a MAGs directory in order to run tax classification
830
- awk -F $'\t' ' $12 >= 90 && $13 <= 10 && $14 == 0 ' checkm_bins-overview .tsv | cut -f 1 > MAG-bin-IDs.tmp
834
+ awk -F $'\t' ' $12 >= 90 && $13 <= 10 && $14 == 0 ' bins-overview_GLmetagenomics .tsv | cut -f 1 > MAG-bin-IDs.tmp
831
835
832
836
mkdir MAGs
833
837
for ID in MAG-bin-IDs.tmp
@@ -839,11 +843,11 @@ done
839
843
840
844
** Input data:**
841
845
842
- * checkm_bins-overview .tsv (tab-delimited file with quality estimates per bin)
846
+ * bins-overview_GLmetagenomics .tsv (tab-delimited file with quality estimates per bin)
843
847
844
848
** Output data:**
845
849
846
- * ** checkm-MAGs-overview.tsv** (tab-delimited file with quality estimates per MAG)
850
+ * checkm-MAGs-overview.tsv (tab-delimited file with quality estimates per MAG)
847
851
* ** MAGs/\* .fasta** (directory holding high-quality MAGs)
848
852
849
853
890
894
891
895
python parse-MAG-annots.py -i annotations-and-taxonomy/${sample_ID} -gene-coverage-annotation-and-tax.tsv \
892
896
-w ${MAG_ID} -contigs.tmp -M ${MAG_ID} \
893
- -o MAG-level-KO-annotations .tsv
897
+ -o MAG-level-KO-annotations_GLmetagenomics .tsv
894
898
895
899
rm ${MAG_ID} -contigs.tmp
896
900
@@ -913,32 +917,32 @@ done
913
917
914
918
** Output data:**
915
919
916
- * ** MAG-level-KO-annotations .tsv** (tab-delimited table holding MAGs and their KO annotations)
920
+ * ** MAG-level-KO-annotations_GLmetagenomics .tsv** (tab-delimited table holding MAGs and their KO annotations)
917
921
918
922
919
923
#### 15b. Summarizing KO annotations with KEGG-Decoder
920
924
921
925
``` bash
922
- KEGG-decoder -v interactive -i MAG-level-KO-annotations .tsv -o MAG-KEGG-Decoder-out .tsv
926
+ KEGG-decoder -v interactive -i MAG-level-KO-annotations_GLmetagenomics .tsv -o MAG-KEGG-Decoder-out_GLmetagenomics .tsv
923
927
```
924
928
925
929
** Parameter Definitions:**
926
930
927
931
* ` -v interactive ` – specifies to create an interactive html output
928
932
929
- * ` -i ` – specifies the input MAG-level-KO-annotations .tsv file generated in step 15a above
933
+ * ` -i ` – specifies the input MAG-level-KO-annotations_GLmetagenomics .tsv file generated in step 15a above
930
934
931
935
* ` -o ` – specifies the output table
932
936
933
937
** Input data:**
934
938
935
- * MAG-level-KO-annotations .tsv (tab-delimited table holding MAGs and their KO annotations, generated in step 15a above)
939
+ * MAG-level-KO-annotations_GLmetagenomics .tsv (tab-delimited table holding MAGs and their KO annotations, generated in step 15a above)
936
940
937
941
** Output data:**
938
942
939
- * ** MAG-KEGG-Decoder-out .tsv** (tab-delimited table holding MAGs and their proportions of genes held known to be required for specific pathways/metabolisms)
943
+ * ** MAG-KEGG-Decoder-out_GLmetagenomics .tsv** (tab-delimited table holding MAGs and their proportions of genes held known to be required for specific pathways/metabolisms)
940
944
941
- * ** MAG-KEGG-Decoder-out .html** (interactive heatmap html file of the above output table)
945
+ * ** MAG-KEGG-Decoder-out_GLmetagenomics .html** (interactive heatmap html file of the above output table)
942
946
943
947
<br >
944
948
@@ -986,7 +990,7 @@ humann --input sample-1-combined.fastq.gz --output sample-1-humann3-out-dir --th
986
990
# they need to be in their own directories
987
991
mkdir genefamily-results/ pathabundance-results/ pathcoverage-results/
988
992
989
- # copying results from previous running humann3 step (14a) to get them all together in their own directories
993
+ # copying results from previous running humann3 step (14a) to get them all together in their own directories (as is needed)
990
994
cp * -humann3-out-dir/* genefamilies.tsv genefamily-results/
991
995
cp * -humann3-out-dir/* abundance.tsv pathabundance-results/
992
996
cp * -humann3-out-dir/* coverage.tsv pathcoverage-results/
@@ -1008,16 +1012,16 @@ The read-based functional annotation tables have taxonomic info and non-taxonomi
1008
1012
1009
1013
``` bash
1010
1014
humann_split_stratified_table -i gene-families.tsv -o ./
1011
- mv gene-families_stratified.tsv gene -families-grouped-by-taxa .tsv
1012
- mv gene-families_unstratified.tsv gene-families .tsv
1015
+ mv gene-families_stratified.tsv Gene -families-grouped-by-taxa_GLmetagenomics .tsv
1016
+ mv gene-families_unstratified.tsv Gene-families_GLmetagenomics .tsv
1013
1017
1014
1018
humann_split_stratified_table -i path-abundances.tsv -o ./
1015
- mv path-abundances_stratified.tsv path -abundances-grouped-by-taxa .tsv
1016
- mv path-abundances_unstratified.tsv path-abundances .tsv
1019
+ mv path-abundances_stratified.tsv Path -abundances-grouped-by-taxa_GLmetagenomics .tsv
1020
+ mv path-abundances_unstratified.tsv Path-abundances_GLmetagenomics .tsv
1017
1021
1018
1022
humann2_split_stratified_table -i path-coverages.tsv -o ./
1019
- mv path-coverages_stratified.tsv path -coverages-grouped-by-taxa .tsv
1020
- mv path-coverages_unstratified.tsv path-coverages .tsv
1023
+ mv path-coverages_stratified.tsv Path -coverages-grouped-by-taxa_GLmetagenomics .tsv
1024
+ mv path-coverages_unstratified.tsv Path-coverages_GLmetagenomics .tsv
1021
1025
```
1022
1026
1023
1027
** Parameter Definitions:**
@@ -1031,8 +1035,8 @@ mv path-coverages_unstratified.tsv path-coverages.tsv
1031
1035
This generates some normalized tables of the read-based functional outputs from humann that are more readily suitable for across sample comparisons.
1032
1036
1033
1037
``` bash
1034
- humann_renorm_table -i gene-families .tsv -o gene -families-cpm .tsv --update-snames
1035
- humann_renorm_table -i path-abundances .tsv -o path -abundances-cpm .tsv --update-snames
1038
+ humann_renorm_table -i Gene-families_GLmetagenomics .tsv -o Gene -families-cpm_GLmetagenomics .tsv --update-snames
1039
+ humann_renorm_table -i Path-abundances_GLmetagenomics .tsv -o Path -abundances-cpm_GLmetagenomics .tsv --update-snames
1036
1040
```
1037
1041
1038
1042
** Parameter Definitions:**
@@ -1047,8 +1051,8 @@ humann_renorm_table -i path-abundances.tsv -o path-abundances-cpm.tsv --update-s
1047
1051
#### 16e. Generating a normalized gene-family table that is grouped by Kegg Orthologs (KOs)
1048
1052
1049
1053
``` bash
1050
- humann_regroup_table -i gene-families .tsv -g uniref90_ko | humann_rename_table -n kegg-orthology | \
1051
- humann_renorm_table -o gene -families-KO-cpm .tsv --update-snames
1054
+ humann_regroup_table -i Gene-families_GLmetagenomics .tsv -g uniref90_ko | humann_rename_table -n kegg-orthology | \
1055
+ humann_renorm_table -o Gene -families-KO-cpm_GLmetagenomics .tsv --update-snames
1052
1056
```
1053
1057
1054
1058
** Parameter Definitions:**
@@ -1070,7 +1074,7 @@ humann_regroup_table -i gene-families.tsv -g uniref90_ko | humann_rename_table -
1070
1074
#### 16f. Combining taxonomy tables
1071
1075
1072
1076
``` bash
1073
- merge_metaphlan_tables.py * -humann3-out-dir/* _humann_temp/* _metaphlan_bugs_list.tsv > metaphlan-taxonomy .tsv
1077
+ merge_metaphlan_tables.py * -humann3-out-dir/* _humann_temp/* _metaphlan_bugs_list.tsv > Metaphlan-taxonomy_GLmetagenomics .tsv
1074
1078
```
1075
1079
1076
1080
** Parameter Definitions:**
@@ -1086,15 +1090,15 @@ merge_metaphlan_tables.py *-humann3-out-dir/*_humann_temp/*_metaphlan_bugs_list.
1086
1090
1087
1091
** Output data:**
1088
1092
1089
- * ** gene-families .tsv** (gene-family abundances)
1090
- * ** gene -families-grouped-by-taxa .tsv** (gene-family abundances grouped by taxa)
1091
- * ** gene -families-cpm .tsv** (gene-family abundances normalized to copies-per-million)
1092
- * ** gene -families-KO-cpm .tsv** (KO term abundances normalized to copies-per-million)
1093
- * ** pathway-abundances .tsv** (pathway abundances)
1094
- * ** pathway -abundances-grouped-by-taxa .tsv** (pathway abundances grouped by taxa)
1095
- * ** pathway -abundances-cpm .tsv** (pathway abundances normalized to copies-per-million)
1096
- * ** pathway-coverages .tsv** (pathway coverages)
1097
- * ** pathway -coverages-grouped-by-taxa .tsv** (pathway coverages grouped by taxa)
1098
- * ** metaphlan-taxonomy .tsv** (metaphlan estimated taxonomic relative abundances)
1093
+ * ** Gene-families_GLmetagenomics .tsv** (gene-family abundances)
1094
+ * ** Gene -families-grouped-by-taxa_GLmetagenomics .tsv** (gene-family abundances grouped by taxa)
1095
+ * ** Gene -families-cpm_GLmetagenomics .tsv** (gene-family abundances normalized to copies-per-million)
1096
+ * ** Gene -families-KO-cpm_GLmetagenomics .tsv** (KO term abundances normalized to copies-per-million)
1097
+ * ** Pathway-abundances_GLmetagenomics .tsv** (pathway abundances)
1098
+ * ** Pathway -abundances-grouped-by-taxa_GLmetagenomics .tsv** (pathway abundances grouped by taxa)
1099
+ * ** Pathway -abundances-cpm_GLmetagenomics .tsv** (pathway abundances normalized to copies-per-million)
1100
+ * ** Pathway-coverages_GLmetagenomics .tsv** (pathway coverages)
1101
+ * ** Pathway -coverages-grouped-by-taxa_GLmetagenomics .tsv** (pathway coverages grouped by taxa)
1102
+ * ** Metaphlan-taxonomy_GLmetagenomics .tsv** (metaphlan estimated taxonomic relative abundances)
1099
1103
1100
1104
---
0 commit comments