order.feature.info {pint} | R Documentation |
Order the gene information table by chromosomal locations. Removes genes with no location information.
order.feature.info(feature.info)
feature.info |
A data frame containing at least the following fields: geneName, chr, and loc. |
An ordered data frame.
Leo Lahti leo.lahti@iki.fi
See citation("pint")
## NOT RUN #feature.info.ordered <- order.feature.info(feature.info)