clusterQualityGtN: Get the proportion of clusters over a specified quality...

Description Usage Arguments Examples

Description

Return the ratio of clusters with a quality score less than or equal to a specified value (n) for the requested lanes and cycles.

Usage

1
2
3
4
5
clusterQualityGtN(project, lane, cycle, n)

## S4 method for signature 'savProject,integer,integer,integer'
clusterQualityGtN(project, lane,
  cycle, n = 30L)

Arguments

project

SAV project

lane

lane(s) number

cycle

cycle(s) number

n

quality threshold

Examples

1
2
3
4
5
## Not run: 
example(savR)
clusterQualityGtN(fc, 1L, 25L, 30L)

## End(Not run)

bcalder/savR documentation built on May 11, 2019, 10:24 p.m.