% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/path_star.R
\name{average}
\alias{average}
\title{For TCGA data get human pathway data and creates a matrix with the average of genes for each pathway.}
\usage{
average(pathwayexpsubset)
}
\arguments{
\item{pathwayexpsubset}{list of pathway data}
}
\value{
a matrix value for each pathway
}
\description{
average creates a matrix with a summarized value for each pathway
}
\examples{
list_path_gene<-GE_matrix(DataMatrix=Data_CANCER_normUQ_fil,genes.by.pathway=pathway[1:50])
score_mean<-average(pathwayexpsubset=list_path_gene)
}