se_transcripts | 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 transcripts id of the single-exon transcripts.
se_transcripts(input)
input |
The name of the downloaded gtf file from GENCODE website |
A data frame of the transcript ids of single-exon transcripts
se_genes
df <- load_gtf("gencode.v27.lncRNAs.gtf")
se_transcripts(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.