enrichList2df | R Documentation |
Convert enrichList to a single data.frame, merging results
enrichList2df(
enrichList,
keyColname = c("ID", "Name", "pathway", "itemsetID", "Description"),
geneColname = c("geneID", "geneNames", "Genes"),
geneCountColname = c("gene_count", "Count", "geneCount", "geneHits"),
pvalueColname = c("padjust", "p.adjust", "adjp", "padj", "qvalue", "qval", "q.value",
"pvalue", "p.value", "pval", "FDR"),
pvalueFloor = 1e-200,
msigdbGmtT = NULL,
geneDelim = "[,/ ]+",
geneSep = ",",
verbose = FALSE,
debug = 0,
...
)
enrichList |
|
keyColname , geneColname , geneCountColname , pvalueColname |
|
pvalueFloor |
|
msigdbGmtT |
not currently implemented. |
geneDelim |
|
geneSep |
|
verbose |
|
debug |
|
... |
additional arguments are ignored. |
This function takes one or more enrichment results, and
combines results into one data.frame
.
Genes are combined, reporting the unique genes in sorted order.
numeric
columns report the lowest or highest value, as appropriate:
P-value columns report the lowest observed value, in pvalueColname
Count columns report the highest observed value, except the primary count column reports the number of unique genes.
data.frame
with combined results across all enrichList
.
Other jam conversion functions:
cnet2df()
,
cnet2im()
,
enrichDF2enrichResult()
,
enrichList2IM()
,
enrichMapJam()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.