MacQIIME D-10-156-21-170:procedure $ metagenome_contributions.py --help
Usage: metagenome_contributions.py [options] {-i/--input_otu_table INPUT_OTU_TABLE -o/--output_fp OUTPUT_FP}
[] indicates optional input (order unimportant)
{} indicates required input (order unimportant)
Example usage:
Print help message and exit
metagenome_contributions.py -h
Partition the predicted contribution to the metagenomes from each organism in the given OTU table, limited to only K00001, K00002, and K00004.
metagenome_contributions.py -i normalized_otus.biom -l K00001,K00002,K00004 -o ko_metagenome_contributions.tab
Partition the predicted contribution to the metagenomes from each organism in the given OTU table, limited to only COG0001 and COG0002.
metagenome_contributions.py -i normalized_otus.biom -l COG0001,COG0002 -t cog -o cog_metagenome_contributions.tab
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-v, --verbose Print information during execution -- useful for
debugging [default: False]
-t TYPE_OF_PREDICTION, --type_of_prediction=TYPE_OF_PREDICTION
Type of functional predictions. Valid choices are: ko,
cog, rfam [default: ko]
-g GG_VERSION, --gg_version=GG_VERSION
Version of GreenGenes that was used for OTU picking.
Valid choices are: 13_5, 18may2012 [default: 13_5]
-c INPUT_COUNT_TABLE, --input_count_table=INPUT_COUNT_TABLE
Precalculated function predictions on per otu basis in
biom format (can be gzipped). Note: using this option
overrides --type_of_prediction and --gg_version.
[default: none]
--suppress_subset_loading
Normally, only counts for OTUs present in the sample
are loaded. If this flag is passed, the full biom
table is loaded. This makes no difference for the
analysis, but may result in faster load times (at the
cost of more memory usage)
--load_precalc_file_in_biom
Instead of loading the precalculated file in tab-
delimited format (with otu ids as row ids and traits
as columns) load the data in biom format (with otu as
SampleIds and traits as ObservationIds) [default:
False]
-f LIMIT_TO_FUNCTIONAL_CATEGORIES, --limit_to_functional_categories=LIMIT_TO_FUNCTIONAL_CATEGORIES
If provided only output prediction for functions that
match the specified functional category. Multiple
categories can be passed as a comma-separated list
[default: False]
-l LIMIT_TO_FUNCTION, --limit_to_function=LIMIT_TO_FUNCTION
If provided, only output predictions for the specified
function ids. Multiple function ids can be passed
using comma delimiters.
REQUIRED options:
The following options must be provided under all circumstances.
-i INPUT_OTU_TABLE, --input_otu_table=INPUT_OTU_TABLE
the input otu table in biom format [REQUIRED]
-o OUTPUT_FP, --output_fp=OUTPUT_FP
the output file for the metagenome contributions
[REQUIRED]
--
You received this message because you are subscribed to the Google Groups "picrust-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picrust-users+unsubscribe@googlegroups.com.
To post to this group, send email to picrus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to picrust-user...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to picrust-users+unsubscribe@googlegroups.com.