Description Usage Arguments Value Methods (by class) See Also Examples
Calculates the number of pathways per gene in pathways.
1 2 3 4 5 6 7 | sizePathways(object, pathway)
## S4 method for signature 'GeneSetCollection,missing'
sizePathways(object)
## S4 method for signature 'GeneSetCollection,character'
sizePathways(object, pathway)
|
object |
A GeneSetCollection |
pathway |
A vector of character with pathways. |
A matrix or a list of vectors if only some pathways are requested
object = GeneSetCollection,pathway = missing
: Number of pathways per gene in all pathways
object = GeneSetCollection,pathway = character
: Number of pathways per gene in all pathways
sizeGenes
The equivalent for genes
1 2 3 | sizePathways(Info)
sizePathways(Info, "1430728")
sizePathways(Info, c("1430728", "156580"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.