import_gmql: Create GRangesList from GMQL dataset

Description Usage Arguments Value See Also Examples

View source: R/GMQLtoGRanges.R

Description

It creates a GRangesList from GMQL samples in dataset. It reads sample files in GTF or GDM/tab-delimited format.

Usage

1
import_gmql(dataset_path, is_gtf)

Arguments

dataset_path

string with GMQL dataset folder path

is_gtf

logical value indicating if dataset samples are in GTF format; if TRUE and dataset does not contain GTF samples, an error occurs

Value

GRangesList containing all GMQL samples in dataset

See Also

export_gmql

Examples

1
2
3
4
5
## This statement defines the path to the subdirectory "example" of the 
## package "RGMQL" and imports as GRangesList the contained GMQL dataset

test_path <- system.file("example", "DATASET", package = "RGMQL")
grl = import_gmql(test_path, TRUE)

RGMQL documentation built on Nov. 8, 2020, 5:59 p.m.