Description Usage Arguments Value Methods (by class) Author(s) See Also Examples
Calculates the probability of having a number of pathways per gene given the number of genes in a pathway
1 2 3 4 5 6 7 | condPerGenes(object, genesPerPathway)
## S4 method for signature 'GeneSetCollection,missing'
condPerGenes(object)
## S4 method for signature 'GeneSetCollection,numeric'
condPerGenes(object, genesPerPathway)
|
object |
A GeneSetCollection |
genesPerPathway |
A numeric vector of the number of genes per pathways. |
A matrix with the probabilities
object = GeneSetCollection,genesPerPathway = missing
: Check the conditional probability given the
number of genes
object = GeneSetCollection,genesPerPathway = numeric
: Check the conditional probability given the
number of genes
Llu<c3><ad>s Revilla Sancho
1 2 | condPerGenes(Info)
condPerGenes(Info, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.