View source: R/pipeline_functions.R
get_int_group | R Documentation |
get_int_group
is a function to extract interested phenotype groups from the ExpressionSet object
with 'cluster-meaningful' sample features.
get_int_group(eset)
eset |
an ExpressionSet object. |
Return a vector of phenotype groups which could be used for sample cluster analysis.
network.par <- list()
network.par$out.dir.DATA <- system.file('demo1','network/DATA/',package = "NetBID2")
NetBID.loadRData(network.par=network.par,step='exp-QC')
intgroups <- get_int_group(network.par$net.eset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.