This function takes a dataframe of basic annotations provided by Gencode as input. (To load the gtf file, check load_gtf function). The function extracts from the dataframe all the protein-coding genes and gives as an output a dataframe in the R Global Environment. The output dataframe includes the gene, transcript and exon annotations.
1 | extract_pc(x)
|
x |
The name of the downloaded basic annoation gtf file from GENCODE website |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.