get_int_group: Get interested phenotype groups from pData slot of the...

View source: R/pipeline_functions.R

get_int_groupR Documentation

Get interested phenotype groups from pData slot of the ExpressionSet object.

Description

get_int_group is a function to extract interested phenotype groups from the ExpressionSet object with 'cluster-meaningful' sample features.

Usage

get_int_group(eset)

Arguments

eset

an ExpressionSet object.

Value

Return a vector of phenotype groups which could be used for sample cluster analysis.

Examples

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)

jyyulab/NetBID documentation built on Dec. 23, 2024, 6:34 a.m.