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

View source: R/01_data_import.R

gff2GRangesListR Documentation

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

Description

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)

almeidasilvaf/syntenet documentation built on March 23, 2024, 8:27 a.m.