Description Usage Arguments Examples
Return the ratio of clusters with a quality score less than or equal to a specified value (n) for the requested lanes and cycles.
1 2 3 4 5  | clusterQualityGtN(project, lane, cycle, n)
## S4 method for signature 'savProject,integer,integer,integer'
clusterQualityGtN(project, lane,
  cycle, n = 30L)
 | 
project | 
 SAV project  | 
lane | 
 lane(s) number  | 
cycle | 
 cycle(s) number  | 
n | 
 quality threshold  | 
1 2 3 4 5  | ## Not run: 
example(savR)
clusterQualityGtN(fc, 1L, 25L, 30L)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.