plotPNG: Routine to generate PNG plots using the Diversity Assay...

Description Usage Arguments Author(s)

View source: R/plotDivMelt.R

Description

plotPNG uses various passed input, output and analysis parameters for performing an analysis on the data from an HIV Diversity Assay. The data consists of fluorescence measures, the analysis identifies candidate melting temperatures, peak changes in fluorescence and other statistics as they relate to the data. A PNG showing the fluorescence and dFluorescence curves together with the identified points for T1, T2 and Tm is generated for each sample. Parameters are listed below (default values are in parenthesis).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
plotPNG(dir,
	singleFile,
	selectList,
	sampleMask,
	theta1=50,
	theta2=30,
	excludeEarly,
	earlyCutoff,
	excludeLate,
	lateCutoff,
	includeShoulders,
	showFlorSmooth,
	showDFlorSmooth,
	shoulderCutoff,
	t1Cutoff,
	t2Cutoff,
	t1SlopeWindow,
	t2SlopeWindow,
	xrangeOverride,
	xrangemin,
	xrangemax,
	progressFunc)

Arguments

dir

directory containing desired ABT/FLO files (required)

singleFile

a single file in that directory (for just one file)

selectList

a list of samples to plot (searched for in the file or files above), the default is to do all

sampleMask

a full or partial sample name or regular expression used to select individual samples

theta1

T1 cutoff angle (50 deg)

theta2

T2 cutoff angle as absolute value (30 deg)

excludeEarly

exclude peaks before main peak (T)

earlyCutoff

spacing required for exclusion (3 deg C)

excludeLate

exclude peaks after main peak (F)

lateCutoff

spacing required for exclusion (3 deg C)

includeShoulders

include premature shoulders in rising curve (T)

shoulderCutoff

fractional height at which to start inclusion (0.1)

showFlorSmooth

flag to enable drawing of smoothing curve for Florescence plot (F)

showDFlorSmooth

flag to enable drawing of smoothing curve for dFlorescence plot (T)

t1Cutoff

delta temp that Theta 1 must be exceeded for T1 candidates (1 deg C)

t2Cutoff

delta temp that Theta 2 must be exceeded for T2 candidates (1 deg C)

t1SlopeWindow

Interval used to approximate slope at T1 (1 deg C)

t2SlopeWindow

Interval used to approximate slope at T2 (1 deg C)

xrangeOverride

Option to override x-axis range (FALSE)

xrangemin

Value to use as override to x-axis min (75)

xrangemax

Value to use as override to x-axis min (100)

progressFunc

Optional function to call during processing passing it the fraction complete as a real

Author(s)

David Swan dswan@fhcrc.org


DivMelt documentation built on May 2, 2019, 9:33 a.m.

Related to plotPNG in DivMelt...