Plots a heatmap of quality vs cycle for a given lane for 1 or more sequence reads. Read qualities include sequence + index.
1 2 3 4 5 6 7 8 9 | qualityHeatmap(project, lane, read, collapse)
## S4 method for signature 'savProject,integer,integer,logical'
qualityHeatmap(project, lane,
read, collapse = T)
## S4 method for signature 'savProject,numeric,numeric,missing'
qualityHeatmap(project, lane,
read)
|
project |
SAV project |
lane |
integer lane specification |
read |
integer vector of sequence reads to include (not including index reads) |
collapse |
whether or not to collapse index reads into the preceeding read (# reads = directions), default TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.