metpa_enrich_dataframe(data, metpa,
log2FC = 'log2(FC)',
id = 'kegg');
Arguments
data
the kegg idset data, should be a dataframe object.
id
a character vector of the dataframe field name, for
indicates that which column value should be used as the kegg
idset for run the enrichment analysis.
log2FC
a character vector of the dataframe field name,
for get the log2 fold change value for rendering the colors
of the elements on the pathway map.