Plots the average full width of clusters at half maximum (FWHM) of each tile for a given cycle and base.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | plotFWHM(project, cycle, base)
## S4 method for signature 'savProject,integer,character'
plotFWHM(project, cycle = 1L,
base = c("A", "C", "G", "T"))
## S4 method for signature 'savProject,missing,missing'
plotFWHM(project)
## S4 method for signature 'savProject,integer,missing'
plotFWHM(project, cycle)
## S4 method for signature 'savProject,missing,character'
plotFWHM(project, base)
|
project |
SAV project |
cycle |
sequence cycle |
base |
nucleotide base (ACGT) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.