reorderDF {detectRUNS} | R Documentation |
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") |
Details
Reorder results based on chromosome
Value
A reordered data frame by chromosome
[Package detectRUNS version 0.9.6 Index]