Learn R Programming

rphast (version 1.6.9)

sort.feat: Sort a GFF

Description

Sort a GFF

Usage

# S3 method for 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.