[494cbf]: / man / summarizeGenesByMean.Rd

Download this file

24 lines (23 with data), 754 Bytes

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