probeMax: probeMax

Description Usage Examples

View source: R/probeMax.R

Description

if multiple probe ids corrspond to the same gene symbol, then return the max expression row of probe ids. geneSymbol: gene symbols, should have the same length with dim(expr_ARL1)[1] expr_ARL1: rownames denote geneSymbol and colnames are samples

Usage

1
expr_ARL2 = probeMax(geneSymbol,expr_ARL1)

Examples

1
2
3
data(expr_ARL1,"Priscilla")
data(geneSymbol,"Priscilla")
expr_ARL2 = probeMax(geneSymbol,input)

PriscillaBai-UTokyo/Priscilla documentation built on March 22, 2020, 2:08 a.m.