| Package | Description |
|---|---|
| umich.ms.datatypes.scan | |
| umich.ms.fileio.filetypes.mzml | |
| umich.ms.fileio.filetypes.mzxml |
| Modifier and Type | Method and Description |
|---|---|
static PeaksCompression |
PeaksCompression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeaksCompression[] |
PeaksCompression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<PeaksCompression> |
MzmlVars.getCompressions() |
| Modifier and Type | Method and Description |
|---|---|
static MZMLPeaksDecoder.DecodedData |
MZMLPeaksDecoder.decode(byte[] bytesIn,
int lengthIn,
Integer precision,
int numPoints,
EnumSet<PeaksCompression> compressions)
Converts a base64 encoded mz or intensity string used in mzML files to an array of doubles.
|
| Modifier and Type | Method and Description |
|---|---|
static MZXMLPeaksDecoder.DecodedData |
MZXMLPeaksDecoder.decode(byte[] bytesIn,
int lengthIn,
int precision,
PeaksCompression compression)
Converts a base64 encoded mz-intensity string from used in mzXML and mzML
files to an array of doubles.
|
static MZXMLPeaksDecoder.DecodedData |
MZXMLPeaksDecoder.decode(byte[] bytesIn,
int precision,
PeaksCompression compression)
Convenience shortcut, which assumes the whole
bytesIn array is useful data. |
Copyright © 2017. All rights reserved.