stdv {StarBioTrek}R Documentation

For TCGA data get human pathway data and creates a measure of standard deviations among pathways

Description

stdv creates a matrix with standard deviation for pathways

Usage

stdv(gslist)

Arguments

gslist

pathway data

Value

a matrix value for each pathway

Examples

list_path_gene<-GE_matrix(DataMatrix=tumo[,1:2],genes.by.pathway=pathway[1:5])
score_stdev<-stdv(gslist=list_path_gene)

[Package StarBioTrek version 1.18.0 Index]