Description Usage Arguments Value Methods (by class) Author(s) See Also Examples
How many genes of different length a pathway is involved in.
1 2 3 4 5 6 7 8 | genesPerGene(object, genes, unique = TRUE)
## S4 method for signature 'GeneSetCollection,missing'
genesPerGene(object, unique = TRUE)
## S4 method for signature 'GeneSetCollection,character'
genesPerGene(object, genes,
unique = TRUE)
|
object |
A GeneSetCollection |
genes |
A character vector of the genes. |
unique |
A logical, to choose between unique genes or not. |
A vector with the number of genes related to each gene.
object = GeneSetCollection,genes = missing
: Number of genes for all genes
object = GeneSetCollection,genes = character
: Number of genes per gene selected
Llu<c3><ad>s Revilla Sancho
1 2 3 4 5 | genesPerGene(Info)
genesPerGene(Info, unique = FALSE)
genesPerGene(Info, unique = TRUE)
genesPerGene(Info, "10")
genesPerGene(Info, "10", unique = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.