- x
An aligned object of class fsa, as returned by align.fsa.
- peaks
A data.frame with one row for each peak to consider. Can be provided instead of individual names (corresponding to peaks row names instead of a column), size.min, size.max, channels and colors argument vectors.
- names
Character vector, the names to give to the peaks (duplicated values should be avoided). If peaks is provided, this vector will be used instead.
- size.min
Numeric vector, the minimal size (in base pairs) to look for the corresponding peak. If peaks is provided, this vector will be used instead.
- size.max
Numeric vector, the maximal size (in base pairs) to look for the corresponding peak. If peaks is provided, this vector will be used instead.
- channels
Character vector, the name of the channel in x in which to look for the corresponding peak. If peaks is provided, this vector will be used instead.
- colors
Vector defining the color to use in future plots to highlight the corresponding peak. If peaks is provided, this vector will be used instead.
- logTransform
Single logical value, whether to apply log transformation (base 2) to normalized values (previously floored to 0 and summed with 1) or not.
- lowThreshold
Single numeric value, threshold for which "low profile" warnings are called if all peaks are lower.
- noiseRange
Numeric vector of length 2, defining the range (relative to the starting range of the first peak defined in ranges) in which measure the noise (in bp). If the noise peak is 20 percent greater than the first peak, a warning is raised as the accuracy of the measure may be compromised.