orderBed: Order Bed

Description Usage Arguments Value Examples

Description

sorts a data.frame based on the first and third columns

Usage

1
orderBed(ret)

Arguments

ret

data frame

Value

sorted data frame

Examples

1
orderBed(data.frame(c("a","a","c"),c(1,2,3),c(5,4,6)))

alexjgriffith/CCCA documentation built on May 10, 2019, 8:52 a.m.