rmDupID: remove duplicat gene entrez ID or symbol for a expression...

Description Usage Arguments Value Examples

View source: R/rmDupID.R

Description

sometimes, we will get a expression matrix, which one gene has many values in each sample, because we design many probeset for this gene most of time, we just need one value for each gene, so we should remove the duplicate value by choose the biggest. the duplicted gene can be entrez gene ID or HUGO gene symbol

Usage

1
rmDupID(dup_exprSet)

Arguments

dup_exprSet

a expression matrix or data.frame which the first column is the ID needed to remove duplicate.

Value

just expression matrix which colname is the unique ID, and value is numeric.

Examples

1
#' exprSet <- rmDupID(dup_exprSet)

jmzeng1314/humanid documentation built on May 19, 2019, 2:57 p.m.