getExonNumber: Gets the exon numbers

View source: R/gff.R

getExonNumberR Documentation

Gets the exon numbers

Description

Gets the exon numbers of an annotation data.frame of the gtf or gff format.

Usage

getExonNumber(gtf)

Arguments

gtf

the annotation data.frame to get transcripts from.

Value

Returns a vector containing the exon numbers.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

param = ezParam()
gtf = ezLoadFeatures(param, system.file("extdata/genes.gtf", package="ezRun", mustWork=TRUE))
en = getExonNumber(gtf)

uzh/ezRun documentation built on March 28, 2024, 8:44 a.m.