Description Usage Arguments Value Examples
Given information about a GeneSetCollection
it estimates the range of
the different parameters.
If the parameter should be a matrix, it only outputs the maximum and the
lowest value it could reach.
1 2 3 | estimate(nGenes = NULL, nPathways = NULL, genesPerPathway = NULL,
pathwaysPerGene = NULL, sizeGenes = NULL, sizePathways = NULL,
sizePerGenes = NULL, sizePerPathways = NULL)
|
nGenes |
Numeric value with the number of genes |
nPathways |
Numeric value with the number of pathways |
genesPerPathway |
Numeric vector with the number of genes per pathway |
pathwaysPerGene |
Numeric vector with the number of pathways per gene |
sizeGenes |
Numeric matrix with the size of pathways in genes see |
sizePathways |
Numeric matrix with the size of genes in pathways see |
sizePerGenes |
A numeric vector with the amount of pathways of different size per genes see |
sizePerPathways |
A numeric vector with the amount of genes of different size per pathways see |
A data.frame
with the max and minimum value for each estimate.
NA
is returned if it cannot be estimated.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.