View source: R/gencode_compare.R
This function compares the number of annotated genes, transcripts, exons or introns from 2 dataframes. It is used to comapre the different annotations between different releases from GENCODE
1 | gencode_compare(data1, data2, type)
|
data1 |
The name of the downloaded gtf file from GENCODE website of a particular release |
data2 |
The name of the downloaded gtf file from GENCODE website of another release |
type |
A string specifying the genetic element to be compared |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.