formatGTF | R Documentation |
The function formatGTF() formats the given annotation file.
formatGTF(pathToGTF = NULL)
pathToGTF |
A string containing the path to the GTF file. Use the same annotation file used during the RNA-seq mapping procedure. If .gtf file is not present in the current working directory the full path should be specified. |
A data frame.
gtf <- formatGTF()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.