enrichList2IM | R Documentation |
Convert enrichList to IM incidence matrix
enrichList2IM(
enrichList,
addAnnotations = TRUE,
keyColname = c("ID", "Name", "pathway", "itemsetID"),
valueColname = c("qvalue", "q.value", "padj", "pvalue", "p.value"),
emptyValue = NA,
verbose = FALSE,
GmtT = NULL,
...
)
enrichList |
|
addAnnotations |
|
keyColname |
|
valueColname |
|
emptyValue |
|
verbose |
|
GmtT |
(not currently implemented), alternative gene set object
format that uses |
... |
additional arguments are ignored. |
This function takes a list
of enrichResult
objects
and creates an incidence matrix using the value defined
by valueColname
.
TODO: Port to use venndir::list2im_value()
, which itself
may be moved to its own proper R package for set and list
manipulation, without the dependencies incurred by venndir
.
Other jam conversion functions:
cnet2df()
,
cnet2im()
,
enrichDF2enrichResult()
,
enrichList2df()
,
enrichMapJam()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.