moonstone.parsers.counts.GeneCountsParser¶
-
class
moonstone.parsers.counts.GeneCountsParser(*args, **kwargs)[source]¶ Common way of representing gene counts per sample in a matrix.
Format is the following:
genes
sample_1
sample_2
gene_1
3
19
gene_2
9
10
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.