enrichDF2enrichResult | R Documentation |
Convert data.frame to enrichResult
enrichDF2enrichResult(
enrichDF = NULL,
pvalueCutoff = 1,
pAdjustMethod = "none",
keyColname = c("itemsetID", "ID", "Name", "Pathway"),
pathGenes = "pathGenes",
geneColname = c("geneNames", "geneID", "Gene", "Genes"),
geneHits = "geneHits",
geneRatioColname = c("GeneRatio", "^Ratio"),
geneDelim = "[,/ ]+",
geneSep = ",",
pvalueColname = c("P.Value", "Pvalue", "FDR", "adj.P.Val"),
descriptionColname = c("Description", "Name", "Pathway", "ID"),
msigdbGmtT = NULL,
verbose = FALSE,
...
)
enrichDF |
|
pvalueCutoff |
|
pAdjustMethod |
|
keyColname |
|
pathGenes |
|
geneColname |
|
geneHits |
|
geneRatioColname |
|
geneDelim |
|
pvalueColname |
|
msigdbGmtT |
optional gmtT object, a representation of
|
verbose |
|
... |
additional arguments are ignored. |
This function takes a data.frame containing gene set enrichment
results, and converts it to a proper enrichResult
object,
compatible with methods provided by the clusterProfiler
package.
Other jam conversion functions:
cnet2df()
,
cnet2im()
,
enrichList2IM()
,
enrichList2df()
,
enrichMapJam()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.