View source: R/fct_GENIE3_oob.R
GENIE3OOB | R Documentation |
GENIE3OOB
Infers a gene regulatory network (in the form of a pvalues-filled adjacency matrix)
from expression data, using ensembles of regression trees.
GENIE3OOB(
exprMatrix,
regulators = NULL,
targets = NULL,
nTrees = 1000,
nCores = 1,
verbose = FALSE
)
exprMatrix |
Expression matrix (genes x samples). Every row is a gene, every column is a sample. |
regulators |
Subset of genes used as candidate regulators. Must be either a
vector of indices, e.g. |
targets |
Subset of genes to which potential regulators will be calculated. Must be either
a vector of indices, e.g. |
nTrees |
Number of trees in an ensemble for each target gene. Default: 1000. |
nCores |
Number of cores to use for parallel computing. Default: 1. |
verbose |
If set to TRUE, a feedback on the progress of the calculations is given. Default: TRUE |
matrix containing oob importances for all TF-gene pairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.