plotIntensity {savR} | R Documentation |
Draws a representation of a flowcell, showing the average corrected called intensity values.
plotIntensity(project, cycle, base) ## S4 method for signature 'savProject,integer,character' plotIntensity(project, cycle = 1L, base = c("A", "C", "G", "T")) ## S4 method for signature 'savProject,missing,missing' plotIntensity(project) ## S4 method for signature 'savProject,integer,missing' plotIntensity(project, cycle) ## S4 method for signature 'savProject,missing,character' plotIntensity(project, base)
project |
A savProject-class object |
cycle |
integer cycle number |
base |
character for nucleotide |