View source: R/01_data_import.R
gff2GRangesList | R Documentation |
Read GFF/GTF files in a directory as a GRangesList object
gff2GRangesList(gff_dir)
gff_dir |
Character indicating the path to the directory containing GFF/GTF files. |
A GRangesList object, where each element represents a different GFF/GTF file.
gff_dir <- system.file("extdata", "annotation", package = "syntenet")
grangeslist <- gff2GRangesList(gff_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.