classify_exons: Classify exons as single, first, inner or last.

Description Usage Arguments Value Examples

View source: R/classify_exons.R

Description

This function takes a gtf file from GENCODE and returns a data frame in the R Global Environment containing an additional column which states the exons position within a transcript; whether they are a single exon, first, inner or last exons.

Usage

1

Arguments

input

The name of the downloaded gtf file from GENCODE website

Value

A data frame with additional column describing exon positions within a transcript

Examples

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

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