View source: R/extract_introns.R
extract_introns | R Documentation |
This function takes a gtf file from GENCODE and returns a data frame in the R Global Environment containing introns coordinates and their position in the transcript.
extract_introns(input)
input |
The name of a gtf file from GENCODE |
A data frame of intron coordinates
df <- load_gtf("gencode.v27.lncRNAs.gtf")
introns <- extract_introns(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.