check_Mem | R Documentation |
Check whether a Mem object is valid.
check_Mem(object)
object |
|
It requires:
slotName(object)
: "memIM", "enrichIM", "geneIM", "enrichList"
object@memIM
to inherit "matrix"
object@enrichIM
to inherit "matrix"
object@geneIM
to inherit "matrix"
colnames(object@memIM)
to equal rownames(object@enrichIM)
rownames(object@memIM)
to equal colnames(object@geneIM)
names(enrichList)
to equal colnames(object@enrichIM)
General guidance for Mem objects:
TBD
Other Mem:
Mem-class
,
list_to_Mem()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.