getEncoded {RaMS} | R Documentation |
Convert from compressed binary to R numeric vector
Description
Convert from compressed binary to R numeric vector
Usage
getEncoded(mzint_nodes, compression_type, bin_precision, endi_enc)
Arguments
mzint_nodes |
The XML nodes containing the compressed binary string |
compression_type |
Compression type to be used by memDecompress |
bin_precision |
The bit (?) precision used by readBin |
endi_enc |
The byte order (?) of the string. For mzML this is always "little" but mzXML can also be "big" |
Value
A numeric vector of m/z or intensity values
[Package RaMS version 1.4.0 Index]