Description Usage Arguments Value Examples
Break sets of ms scans into indexed chunks for multi-import methods
1 | .scanChunker(scans, mzRfilePointer, chunkSize)
|
scans |
A numeric vector of all of the scan indices to be imported |
mzRfilePointer |
A mzR pointer object linking to the file to be converted |
chunkSize |
The number of scans to be processed at a time - actual import size will be aproximately the size of chunkSize |
a list object containing the group indices and order of those indicies. See .splitIndex.
1 2 3 4 | ## Not run:
chunks <- .scanChunker(scans = c(1:10), chunkSize = 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.