transpose_biom.py¶
Transpose a BIOM-format file so that the matrix is sample by species.
usage: transpose_biom.py [-h] -i INPUT_BIOM_FP -m MAPPING [-c MAP_CATEGORY] -o OUTPUT_BIOM_FP [-v]
Required arguments¶
-
-iINPUT_BIOM_FP,--input_biom_fpINPUT_BIOM_FP¶ The BIOM-format file.
-
-mMAPPING,--mappingMAPPING¶ The mapping file specifying group information for each sample.
-
-oOUTPUT_BIOM_FP,--output_biom_fpOUTPUT_BIOM_FP¶ The BIOM-format file to write.
Optional arguments¶
-
-cMAP_CATEGORY,--map_categoryMAP_CATEGORY¶ A mapping category, such as TreatmentType, that will be used to split the data into separate BIOM files; one for each value found in the category.
-
-h,--help¶ Show the help message and exit
-
-v,--verbose¶ Print detailed information about script operation.