order.feature.info {pint}R Documentation

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

An ordered data frame.

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation("pint")

Examples

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

[Package pint version 1.34.0 Index]