se_genes | R Documentation |
This function takes a gtf file from GENCODE and returns a data frame in the R Global Environment containing a column of the gene id of the single-exon genes.
se_genes(input)
input |
The name of the downloaded gtf file from GENCODE website |
A dataframe of the gene IDs of single-exon transcripts
se_transcripts
df <- load_gtf("gencode.v27.lncRNAs.gtf")
se_genes(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.