Description Usage Arguments Details Value Examples
Error metrics for lane, tile, and cycle.
1 2 3 4 | errorMetrics(project)
## S4 method for signature 'savProject'
errorMetrics(project)
|
project |
SAV project |
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
sorted data.frame of Error metrics
1 2 | example(savR)
colnames(extractionMetrics(fc))
|
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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.