Description Usage Arguments Value Methods (by class) See Also Examples
Checks if all the genes are only present in one gene set
1 2 3 4 | independence(object)
## S4 method for signature 'GeneSetCollection'
independence(object)
|
object |
A GeneSetCollection |
TRUE
or FALSE
.
GeneSetCollection
: Checks if a all the genes are in a single pathway
1 2 3 | fl <- system.file("extdata", "Broad.xml", package = "GSEABase")
gss <- getBroadSets(fl)
independence(gss)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.