performViper | R Documentation |
Performs VIPER analysis on a RNA-seq dataset contained by an ingres object.
This function is merely a wrapper around the
original VIPER function
,
designed to suit the ingres workflow and properly prepare the input data.
performViper(ingres.object, regulon, verbose = FALSE)
ingres.object |
An ingres object. |
regulon |
Object of class regulon or list of objects of class regulon for metaVIPER analysis |
verbose |
Logical, whether progression messages should be printed in the terminal |
An ingres object with the result of the VIPER inference in
the viper
slot
# Subset regulon to speed up example run regulon = aracne.networks::regulonblca[1:100] ing = createIngresObjectFromSeurat( small_blca_wang, "RNA", "data", network_genes, network ) performViper(ing, regulon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.