Learn R Programming

detectRUNS (version 0.9.6)

reorderDF: Function to reorder data frames by CHROMOSOME

Description

The data frame will be reordered according to chromosome: from 1 to n, then X, Y, XY, MT The data frame needs to have a column with name "CHROMOSOME"

Usage

reorderDF(dfx)

Arguments

dfx

data frame to be reordered (with column "CHROMOSOME")

Value

A reordered data frame by chromosome

Details

Reorder results based on chromosome