read_gff3: Read a GFF3 file as a GRanges object..

Description Usage Arguments Value Examples

Description

Read a GFF3 file as a GRanges object..

Usage

1
read_gff3(path)

Arguments

path

The path to the GFF file.

Value

A GenomicRanges 'GRanges' object.

Examples

1
2
3
path <- system.file("extdata", "Lepmu1.gff3", package = "codonfriend")
gff <- read_gff3(path)
head(gff)

CCDM-Programming-Club/codonfriend documentation built on May 9, 2019, 3:20 a.m.