summarizeGenesByMean: This function takes a gene expression matrix and if duplicate...

View source: R/CALCPHENOTYPE.R

summarizeGenesByMeanR Documentation

This function takes a gene expression matrix and if duplicate genes are measured, summarizes them by their means.

Description

This function takes a gene expression matrix and if duplicate genes are measured, summarizes them by their means.

Usage

summarizeGenesByMean(exprMat)

Arguments

exprMat

A gene expression matrix with genes as rownames() and samples as colnames().

Value

A gene expression matrix that does not contain duplicate genes.

Examples


try(summarizeGenesByMean(exprMat))


maese005/oncoPredict documentation built on Sept. 13, 2023, 2:57 p.m.