ScoreInAlignWindow | R Documentation |
Using the result from 'alignmentCheck()', score the features of every Raw file and see if they have been properly aligned. Returned value is between 0 (bad) and 1 (all aligned).
ScoreInAlignWindow(data, allowed.deltaRT = 1)
data |
A data.frame with columns 'rtdiff' and 'raw.file' |
allowed.deltaRT |
The allowed matching difference (1 minute by default) |
A data.frame with one row for each raw.file and columns 'raw.file' and 'withinRT' (0-1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.