subset_eval: Compute evaluation results on a subset of the calls

View source: R/subset_eval.R

subset_evalR Documentation

Compute evaluation results on a subset of the calls

Description

Compute evaluation results on a subset of the calls

Usage

subset_eval(
  eval,
  regions.gr = NULL,
  accepted.filters = NULL,
  min.region.ol = 0.5,
  nb.cores = 1
)

Arguments

eval

the output of svevalOl.

regions.gr

GRanges object with regions of interest. NULL (default) means all SVs.

accepted.filters

vector of the values of the FILTER field to keep. If NULL (default), all values are accepted which means all values are kept

min.region.ol

minimum proportion of variant that must overlap regions.gr. Default is 0.5

nb.cores

number of processors to use. Default is 1.

Value

a list like for svevalOl

Author(s)

Jean Monlong


jmonlong/sveval documentation built on July 31, 2023, 7:50 p.m.