PKNlist | R Documentation |
PKNlist
object
This function creates a PKNlist
object which contains all the elements based on a background network as created by buildPKN
, that are needed for the optimisation
PKNlist(PKN, targets.On, data.On)
PKN |
a |
targets.On |
a list of drug targets (as character vectors) by condition, matching to the |
data.On |
a |
a PKNlist
object with elements interactions
(a condensed form of the version in the original network in the object created by buildPKN
, that aggregates identical interactions from multiple sources, with weights modified accordingly), interactionsD
(a subset of interactions that only contains experimentally supported direct interactions between data points and drug targets), intermediates
(a character vector of intermediate nodes), sinks
(a character vector of sink nodes), integrators
(a character vector of integrator nodes).
C. Terfve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.