se_genes: Extract single-exon genes

Description Usage Arguments Value See Also Examples

View source: R/se.R

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

1
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

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

monahton/GencoDymo documentation built on Nov. 29, 2021, 9:16 a.m.