run_phonemes | R Documentation |
This function runs CARNIVAL with the input of phosphoproteomic data (phosphosites and kinases). The prior knowledge network used is the combination of protein-protein and protein-phosphosite interactions from omnipath. Before running CARNIVAL the network is pruned by removing nodes n_steps upstream and downstream of measurements and inputs, respectively.
run_phonemes(
inputObj,
measObj,
netObj = phonemesPKN,
rmNodes = NULL,
pruning = TRUE,
n_steps_pruning = 50,
carnival_options
)
inputObj |
named vector of perturbation targets. Either 1 (up regulated) or -1 (down regulated) |
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 (recommended) |
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.