Description Usage Arguments Value Note Examples
View source: R/estimate_sizes.R
For a given vector of pathways per gene it calculates how many pathways are possible. Note, the minimum is always 1
1 | estimate.nPathways(ppg)
|
ppg |
A numeric vector of pathways per genes |
The range of possible number of pathways.
If the number of genes is greater than 1024 it will return Inf for that
1 | estimate.nPathways(c(4, 5, 5, 5, 5, 5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.