gr.in: Versatile implementation of 'GenomicRanges::findOverlaps'

gr.inR Documentation

Versatile implementation of GenomicRanges::findOverlaps

Description

Versatile implementation of GenomicRanges::findOverlaps

Returns boolean vector. TRUE if query range i is found in any range in subject.

Usage

gr.in(query, subject, ...)

Arguments

query

GRanges Set of GRanges to query. Refer to gr.findoverlaps() and GenomicRanges::findOverlaps()

subject

GRanges Set of GRanges as 'subject' in query. Refer to gr.findoverlaps() and GenomicRanges::findOverlaps()

...

Arguments to be passed to gr.findoverlaps

Value

boolean vector whereby TRUE is if query range i is found in any range in subject


mskilab/gUtils documentation built on June 6, 2023, 12:08 a.m.