View source: R/pipeline_functions.R
NetBID.loadRData | R Documentation |
NetBID.saveRData
.NetBID.loadRData
is a function loads RData saved by NetBID.saveRData
function.
It prevents user from repeating former pipeline steps.
NetBID.loadRData(network.par = NULL, analysis.par = NULL, step = "exp-load")
network.par |
list, stores all related datasets from network construction step. |
analysis.par |
list, stores all related datasets from driver analysis step. |
step |
character, name of the pipeline step. It should be previously assigned by user when calling |
analysis.par <- list()
analysis.par$out.dir.DATA <- system.file('demo1','driver/DATA/',package = "NetBID2")
NetBID.loadRData(analysis.par=analysis.par,step='ms-tab')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.