Description Usage Arguments Value Author(s)
If there are groups misaligned by the peakAligner function, they will be realigned by also using the peak signal to noise ratio as well as the ppm values.
1 2 | regroupR(aligned.peaks, list.to.regroup, min.samp.grp = 1,
max.dupli.prop = 0.1, maxClust = 10)
|
aligned.peaks |
The aligned peaks data. |
list.to.regroup |
The peak indices of groups to regroup (the groups, indicated by their peakIndex, in 1 list item will be merged and regrouped). |
min.samp.grp |
The minimal amount of samples needed te form a group. |
max.dupli.prop |
The maximal duplication proportion allowed for a group to be considered a sigle group. |
maxClust |
The maximum number of clusters (depth of the tree). |
Returns a data frame with regrouped peaks.
Charlie Beirnaert, charlie.beirnaert@uantwerpen.be
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.