| extractionMetrics {savR} | R Documentation |
Extraction (intensity and FWHM) metrics for lane, tile, and cycle.
extractionMetrics(project) ## S4 method for signature 'savProject' extractionMetrics(project)
project |
SAV project |
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
sorted data.frame of Extraction metrics
example(savR) colnames(extractionMetrics(fc))