View source: R/vanilla_phonemes.R
run_vanilla_phonemes | R Documentation |
The code for this function is comparable to the orginal PHONEMeS package. An unsigned kinase-substrate network is used as prior knowledge connecting perturbed kinases with phosphosites.
run_vanilla_phonemes(
inputObj,
measObj,
netObj = phonemesKSN,
rmNodes = NULL,
pruning = FALSE,
n_steps_pruning = 50,
carnival_options
)
inputObj |
named vector of perturbation targets |
measObj |
named vector of the measurements |
netObj |
data frame of the prior knowledge network |
rmNodes |
character vector of nodes to remove from prior knowledge network |
pruning |
logic, set to TRUE if network should be pruned (default = FALSE) |
n_steps_pruning |
integer giving the order of the neighborhood |
options |
An object of type “ |
List of CARNIVAL results and final inputObj, measObj, netObj used
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.