moonstone.parsers.counts.Picrust2PathwaysParser¶
-
class
moonstone.parsers.counts.Picrust2PathwaysParser(*args, **kwargs)[source]¶ Predicted sample pathway abundances output file from Picrust2.
Format is the following:
pathways
sample_1
sample_2
pathway_1
14.3
123.4
pathway_2
94.1
1232.1
Methods
__init__(*args, **kwargs)- param file_path
path of the input file to be parsed
Attributes
dataframeRetrieve the pandas dataframe constructed from the input file.
plotterAccess to instance dedicated to visualization for this type of data.