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