extractionMetrics {savR}R Documentation

Get Extraction Metrics

Description

Extraction (intensity and FWHM) metrics for lane, tile, and cycle.

Usage

extractionMetrics(project)

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

Arguments

project

SAV project

Details

lane:

Lane number

tile:

Tile ID

cycle:

Cycle number

FWHM_[ACGT]:

Full width at half maximum for A, C, G, or T

int_[ACGT]:

Intensity of channel A, C, G, or T

datestamp:

Time/date stamp

Value

sorted data.frame of Extraction metrics

Examples

example(savR)
colnames(extractionMetrics(fc))

[Package savR version 1.31.0 Index]