R/network_perturbation.R
predictPerturbation.Rd
Predict gene expression under TF perturbation
predictPerturbation(
object,
perturb_tfs,
use_weight = FALSE,
n_iter = 5,
scale_factor = 0.1,
verbose = TRUE
)
# S4 method for class 'Network'
predictPerturbation(
object,
perturb_tfs,
use_weight = FALSE,
n_iter = 3,
scale_factor = 0.1,
verbose = TRUE
)
# S4 method for class 'CSNObject'
predictPerturbation(object, perturb_tfs, use_weight = FALSE)
A Network or CSNObject object
Named vector of TF perturbation states
Logical, whether to use network weights instead of coefficients
Number of iterations for perturbation simulation
Scale factor for perturbation effect (0-1)
Whether to show progress messages
Updated object with perturbation predictions