This function takes a dataframe of annotations provided by Gencode as input. It calculates the number of different exons of a transcript. The output is a dataframe containing the number of transcripts having 1,2,3... or several exons and their percentage.
1 | trans_freq(x)
|
x |
The name of the downloaded gtf file from GENCODE website |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.