Skip to contents

Read GFF/GTF files in a directory as a GRangesList object

Usage

gff2GRangesList(gff_dir)

Arguments

gff_dir

Character indicating the path to the directory containing GFF/GTF files.

Value

A GRangesList object, where each element represents a different GFF/GTF file.

Examples

gff_dir <- system.file("extdata", "annotation", package = "syntenet")
grangeslist <- gff2GRangesList(gff_dir)