Description Usage Arguments Value Examples
View source: R/generateHypotheses.R
Generate binary network from concrete complex hypotheses (e.g. CORUM).
1 | generateBinaryNetwork(complex_hypotheses)
|
complex_hypotheses |
data.table specifying complex hypotheses. Must have the following columns:
|
data.table with binary interactions between "a" and "b"
1 2 3 4 5 6 7 | ## Load example Data
complexHypotheses <- exampleComplexHypotheses
## Generate the binary network
binaryInteractions <- generateBinaryNetwork(complex_hypotheses = complexHypotheses)
##Inspect the result
binaryInteractions
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.