metpa_enrich_dataframe {GCModeller} R Documentation

do enrichment based on the metpa background model

Description

Usage

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.

Details

Authors

xieguigang

Value

This function has no value returns.

Examples


[Package GCModeller version 1.1.0-beta Index]