Learn R Programming

pint (version 1.22.0)

order.feature.info: Order the gene information table by chromosomal locations.

Description

Order the gene information table by chromosomal locations. Removes genes with no location information.

Usage

order.feature.info(feature.info)

Arguments

feature.info
A data frame containing at least the following fields: geneName, chr, and loc.

Value

References

See citation("pint")

Examples

Run this code
## NOT RUN
#feature.info.ordered <- order.feature.info(feature.info)

Run the code above in your browser using DataLab