masterScan {rawrr} | R Documentation |
Retrieve master scan of scan listed in scan index
masterScan(x, scanNumber)
x |
A scan index returned by |
scanNumber |
The scan number that should be inspected for the presence of a master scan. |
Returns the scan number of the master scan or NA if no master scan exists.
Idx <- readIndex(rawfile = sampleFilePath()) masterScan(Idx, scanNumber = 1)