View source: R/spliced_trans_length.R
spliced_trans_length | R Documentation |
This function takes a data frame of GENCODE annotations as input. It calculates the length of the transcripts considering only the length of their corresponding exons.
spliced_trans_length(input)
input |
The name of the downloaded gtf file from GENCODE website |
A data frame of the transcript ids and their length when spliced
load_gtf("gencode.v27.lncRNAs.gtf")
spliced_trans_length(gtf_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.