Description Usage Arguments Value Related Functions Examples
Read an input file and return the circuit information
as a list.
A typical topology file looks like
| Source | Target | Type |
| geneA | geneB | 2 |
| geneB | geneC | 1 |
| geneB | geneA | 2 |
Here the regulation type is specified by number - activation: 1,
inhibition: 2
1 | loadCircuit(circuit = "inputs/test.tpo", header = TRUE)
|
circuit |
|
header |
(optional) |
List. Contains the number of genes, circuit name,
topology (Source, Target, Type), and directory path.
simulateGRC, knockdownAnalysis,
overExprAnalysis, plotData,
calcHeatmapSimilarity
1 | topologyInfo <- loadCircuit("inputs/test.tpo")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.