Switch to unified view

a b/man/summarizeGenesByMean.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/pRRophetic.R
3
\name{summarizeGenesByMean}
4
\alias{summarizeGenesByMean}
5
\title{Take an expression matrix and if duplicate genes are measured, summarize them by their means}
6
\usage{
7
summarizeGenesByMean(exprMat)
8
}
9
\arguments{
10
\item{exprMat}{a gene expression matrix with gene names as row ids and sample names as column ids.}
11
}
12
\value{
13
a gene expression matrix that does not contain duplicate gene ids
14
}
15
\description{
16
This function accepts two expression matrices, with gene ids as rownames() and
17
sample ids as colnames(). It will find all duplicate genes and summarize their
18
expression by their mean.
19
}
20
\author{
21
Paul Geeleher, Nancy Cox, R. Stephanie Huang
22
}
23
\keyword{internal}