se_genes: Extract single-exon genes

View source: R/se.R

se_genesR Documentation

Extract single-exon genes

Description

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.

Usage

se_genes(input)

Arguments

input

The name of the downloaded gtf file from GENCODE website

Value

A dataframe of the gene IDs of single-exon transcripts

See Also

se_transcripts

Examples

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

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