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