queryGff: queryGff

Description Usage Arguments Value Examples

View source: R/report_functions.R

Description

This function checks overlaps between the regions in input query and in reference. Input query should be in BED format and reference should be in GFF format. Both data are imported as GRanges object.

Usage

1

Arguments

queryRegions

GRanges object imported from a BED file using importBed function

gffData

GRanges object imported from a GTF file using importGtf function

Value

a GRanges object (a subset of input gff) with an additional column 'overlappingQuery' that contains the coordinates of query regions that overlap the target annotation features

Examples

1
2
3

RCAS documentation built on Nov. 8, 2020, 8:03 p.m.