mt_gather.Rd
Gather the mmt object into one dataframe, suitable for e.g. ggplot or custom analysis (internal function)
mt_gather(mmt, metavars = NULL)
mmt | (required) Data list as loaded with |
---|---|
metavars | (optional) Columns from mtgene/mtmeta to keep. (default: |
A data.table in long format. The gene count/expression is stored in the Exprs
column.