qualityHeatmap: Generate a heatmap of qualities

Description Usage Arguments

Description

Plots a heatmap of quality vs cycle for a given lane for 1 or more sequence reads. Read qualities include sequence + index.

Usage

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)

Arguments

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


bcalder/savR documentation built on May 11, 2019, 10:24 p.m.