Parsers¶
How it works?¶
from moonstone.parsers import YourFavouriteParser
parser = YourFavouriteParser("/path/to/the/file")
df = parser.dataframe
Counts¶
Simple Counts¶
|
Common way of representing gene counts per sample in a matrix. |
|
Predicted sample pathway abundances output file from Picrust2. |
Taxonomy Counts¶
|
Parse output from Kraken2 merge table from Sunbeam pipeline. |
|
Parse output from Metaphlan2 merged table. |
|
Parse output from Metaphlan3 merged table. |
|
Parse output csv data obtained by Qiime2. |
Metadata¶
|
Parse metadata file and allows to apply transformations on them (cleaning…). |
|
Metadata Parser with operations configured in a YAML file. |