View source: R/classify_exons.R
classify_exons | R Documentation |
This function takes a gtf file from GENCODE and returns a data frame in the R Global Environment containing an additional column which states the exons position within a transcript; whether they are a single exon, first, inner or last exons.
classify_exons(input)
input |
The name of the downloaded gtf file from GENCODE website |
A data frame with additional column describing exon positions within a transcript
df <- load_gtf("gencode.v27.lncRNAs.gtf")
classify_exons(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.