Usage
ampliconPrediction(sequence, lower.threshold = 1500, upper.threshold = 7000, fwd.tag = "AGGAAGAGAG", rev.tag = "AGCCTTCTCCC", plot = TRUE, table = TRUE, lwd = 1, cex = 1, multiple.conversion = FALSE)
Arguments
sequence
Nucleotide sequence input as a character string
lower.threshold
Lower limit (in Da) of usable mass window (default: 1500)
upper.threshold
Upper limit (in Da) of usable mass window (default: 7000)
fwd.tag
Nucleotide tag sequence 5' of the forward primer
rev.tag
T7-containing nucleotide tag sequence 5' of the reverse primer
plot
Logical specifying whether or not to display graphical representation of fragmentation profiles (default is TRUE)
table
Logical specifying whether or not to return tabular representation of fragmentation profiles (default is TRUE)
lwd
The line width used for fragmentation display, a positive number, defaulting to 1
cex
A numerical value (defaulting to 1) giving the amount by which plotting text and symbols should be magnified relative to the default
multiple.conversion
Logical value specifying whether or not to include multiple CGs on the same conversion control fragment where possible (default is FALSE).