sort.feat: Sort a GFF

Description Usage Arguments Value Note Author(s)

View source: R/feat.R

Description

Sort a GFF

Usage

1
2
## S3 method for class 'feat'
sort(x, decreasing = FALSE, ...)

Arguments

x

An object of type feat

decreasing

Set to TRUE to sort from highest to lowest coordinates

...

Currently not used

Value

An object of type feat sorted primarily by seqname, then by start position, then by end position.

Note

If x is stored as a pointer to an object in C, the object will be modified to the return value.

Author(s)

Melissa J. Hubisz and Adam Siepel


rphast documentation built on May 1, 2019, 9:26 p.m.