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

Description Usage Arguments Value Author(s) References Examples

Description

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

Usage

1
order.feature.info(feature.info)

Arguments

feature.info

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

Value

An ordered data frame.

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation("pint")

Examples

1
2
## NOT RUN
#feature.info.ordered <- order.feature.info(feature.info)

pint documentation built on Oct. 31, 2019, 2:41 a.m.