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