extract_introns: Extract introns coordinates from a GENCODE gtf file as a data...

Description Usage Arguments Value Examples

View source: R/extract_introns.R

Description

This function takes a gtf file from GENCODE and returns a data frame in the R Global Environment containing introns coordinates and their position in the transcript.

Usage

1

Arguments

input

The name of a gtf file from GENCODE

Value

A data frame of intron coordinates

Examples

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

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