Description Usage Arguments Value Methods (by class) Author(s) See Also Examples
View source: R/genesPerPathway.R
Calculates the genes per pathway of a GeneSetCollection
1 2 3 4 5 6 7 | genesPerPathway(object, pathways)
## S4 method for signature 'GeneSetCollection,missing'
genesPerPathway(object)
## S4 method for signature 'GeneSetCollection,character'
genesPerPathway(object, pathways)
|
object |
A GeneSetCollection object. |
pathways |
A character vector of the pathways. |
A numeric vector of genes per pathway.
object = GeneSetCollection,pathways = missing
: Calculates genes per pathway of all the
GeneSetCollection
object = GeneSetCollection,pathways = character
: Calculates genes per pathway of the
GeneSetCollection for those pathways
Llu<c3><ad>s Revilla
1 2 | genesPerPathway(Info)
genesPerPathway(Info, "1430728")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.