sampleGRL {LOLA}R Documentation

Function to sample regions from a GRangesList object, in specified proportion

Description

Function to sample regions from a GRangesList object, in specified proportion

Usage

sampleGRL(GRL, prop)

Arguments

GRL

GRangesList from which to sample

prop

vector with same length as GRL, of values between 0-1, proportion of the list to select

Value

A sampled subset of original GRangesList object.


[Package LOLA version 1.10.0 Index]