base_Plus.order: run order() for lots of cols in a matrix

Description Usage Arguments Details Value Author(s) Examples

Description

run order() for lots of cols in a matrix

Usage

1
  Plus.order(data,col,decreasing=T)

Arguments

data

a matrix or data frame

col

colnames of the data

Details

run order() for lots of cols in a matrix

Value

a matrix

Author(s)

Weibin Huang

Examples

1
2
3
data(fpkm)
col = c("patient25","patient8")
o = Plus.order(data,col,decreasing=T);View(o)

huangwb8/lucky documentation built on Oct. 16, 2019, 9:01 a.m.