Draws a representation of a flowcell, showing the average corrected called intensity values.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.