errorMetrics: Get Error Metrics

Description Usage Arguments Details Value Examples

Description

Error metrics for lane, tile, and cycle.

Usage

1
2
3
4
errorMetrics(project)

## S4 method for signature 'savProject'
errorMetrics(project)

Arguments

project

SAV project

Details

lane:

Lane number

tile:

Tile ID

cycle:

Cycle number

errorrate:

Error rate

nPerfect:

number of perfect reads

n[1-4]Error:

Number of reads with 1, 2, 3 and 4 errors

Value

sorted data.frame of Error metrics

Examples

1
2

Example output

Loading required package: ggplot2

savR> fc <- savR(system.file("extdata", "MiSeq", package="savR"))

savR> fc
savProject instance with 1 lanes, 82 total cycles, and 2 sequence reads ( 1 sequencing and  1 indexed reads ).
 Default naming convention.
 With InterOp data for:  savCorrectedIntensityFormat (correctedIntensities)
  savQualityFormat (qualityMetrics)
  savTileFormat (tileMetrics)
  savExtractionFormat (extractionMetrics)
 
 [1] "lane"   "tile"   "cycle"  "FWHM_A" "FWHM_C" "FWHM_G" "FWHM_T" "int_A" 
 [9] "int_C"  "int_G"  "int_T" 

savR documentation built on Nov. 8, 2020, 7:03 p.m.