average {StarBioTrek} | R Documentation |
average creates a matrix with a summarized value for each pathway
average(pathwayexpsubset)
pathwayexpsubset |
list of pathway data |
a matrix value for each pathway
list_path_gene<-GE_matrix(DataMatrix=Data_CANCER_normUQ_fil,genes.by.pathway=pathway[1:50]) score_mean<-average(pathwayexpsubset=list_path_gene)