Usage
chromatogram(obj, trim5 = 0, trim3 = 0, showcalls = c("primary",
"secondary", "both", "none"), width = 500, height = NA, cex.mtext = 1,
cex.base = 1, ylim = 2, filename = NULL, showtrim = FALSE,
showhets = TRUE)## S3 method for class 'sangerseq':
chromatogram(obj, trim5 = 0, trim3 = 0,
showcalls = c("primary", "secondary", "both", "none"), width = 100,
height = 2, cex.mtext = 1, cex.base = 1, ylim = 3, filename = NULL,
showtrim = FALSE, showhets = TRUE)
Arguments
trim5
Number of bases to trim from the beginning of the sequence.
trim3
Number of bases to trim from the end of the sequence.
showcalls
Which basecall sequence to show. Any value other than
"primary", "secondary" or "both" will result in basecalls not being shown.
width
Approximate number of bases per line.
height
Height of each plot row. Ignored by some devices.
cex.mtext
Size factor for the text in the margins.
cex.base
Size factor for the basecall text.
ylim
Peaks larger than this many times the IQR larger than the median
will be cutoff.
filename
Name of PDF file to save to. A "NULL" value outputs the
chromatogram to the current device.
showtrim
If true, highlights trimmed region instead of hiding it.
showhets
Whether or not to highlight heterozygous positions.