Description Usage Arguments Value See Also Examples
This function performs a viper analysis with bootstraps
1 2 | bootstrapViper(eset, regulon, nes = TRUE, bootstraps = 10, cores = 1,
verbose = TRUE)
|
eset |
ExpressionSet object or Numeric matrix containing the expression data, with samples in columns and genes in rows |
regulon |
Object of class regulon |
nes |
Logical, whether the enrichment score reported should be normalized |
bootstraps |
Integer indicating the number of bootstraps iterations to perform. Only the scale method is implemented with bootstraps. |
cores |
Integer indicating the number of cores to use (only 1 in Windows-based systems) |
verbose |
Logical, whether progression messages should be printed in the terminal |
A list containing a matrix of inferred activity for each regulator gene in the network across all samples and the corresponding standard deviation computed from the bootstrap iterations.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.