gffToRanges: Gets GRanges from annotation

View source: R/gff.R

gffToRangesR Documentation

Gets GRanges from annotation

Description

Gets GRanges from annotation of the format gtf or gff.

Usage

gffToRanges(gff)

Arguments

gff

the annotation data.frame to get the GRanges from.

Value

Returns a GRanges object

Author(s)

Rehrauer, Hubert

Schmid, Peter

See Also

GRanges

Examples

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

uzh/ezRun documentation built on April 24, 2024, 4:01 p.m.