se_transcripts: Extract single-exon transcripts

View source: R/se.R

se_transcriptsR Documentation

Extract single-exon transcripts

Description

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.

Usage

se_transcripts(input)

Arguments

input

The name of the downloaded gtf file from GENCODE website

Value

A data frame of the transcript ids of single-exon transcripts

See Also

se_genes

Examples

df <- load_gtf("gencode.v27.lncRNAs.gtf")
se_transcripts(df)

monahton/GencoDymo documentation built on Dec. 13, 2024, 1:23 a.m.