se_transcripts: Extract single-exon transcripts

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 transcripts id of the single-exon transcripts.

Usage

1

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

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

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