View source: R/utility_functions.R
CreateTransRanges | R Documentation |
Create a transcript range file from the raw GFF3 File
CreateTransRanges(file)
file |
The name/path of the raw GFF3 File, or a complete URL. |
A data table which contains chromosome name, start, end position, strand information and gene name. It is keyed by chrom, start, and end. Only genes that are associated with a CCDS ID are kept for transcriptional strand bias analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.