getGeneLocation {hoardeR} | R Documentation |
Extracting Gene Locations
Description
This function extracts the gene locations from an imported gtf file.
Usage
getGeneLocation(gtf)
Arguments
gtf |
An imported gtf object. |
Details
This function extracts the information from an imported gtf object.
Value
A matrix.
Author(s)
Daniel Fischer
Examples
## Not run:
getGeneLocation(gtf)
## End(Not run)
[Package hoardeR version 0.10 Index]