trans_freq | R Documentation |
This function takes a gtf file of GENCODE annotations as input. It calculates the number of different exons of a transcript. Then, the output is a data frame containing the number of transcripts having 1,2,3... or several exons and their percentage.
trans_freq(input)
input |
The name of the downloaded gtf file from GENCODE website |
A data frame of number of transcripts and their percentage
genes_freq
df <- load_gtf("gencode.v27.lncRNAs.gtf")
trans_freq(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.