Most of the parameters are just placeholders and the dataframe must contain the columns 'ID' and 'geneID'
Usage
makeEnrichResult(
df,
split = "/",
keytype = "UNKNOWN",
ontology = "UNKNOWN",
type = "enrichResult"
)Examples
# get enrichResult object
data(eres_dex, package='carnation')
# extract the results
df <- as.data.frame(eres_dex)
# convert to a stripped down enrichResult object
eres2 <- makeEnrichResult(df)