plotIntensity: Plot flowcell intensity by base and cycle

Description Usage Arguments

Description

Draws a representation of a flowcell, showing the average corrected called intensity values.

Usage

 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)

Arguments

project

A savProject-class object

cycle

integer cycle number

base

character for nucleotide


ploverso-pgdx/savR documentation built on May 25, 2019, 8:22 a.m.