public class MgfUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MgfUtils.FragmentToleranceUnits |
static class |
MgfUtils.MassType |
static class |
MgfUtils.PeptideToleranceUnit |
static class |
MgfUtils.ReportType |
static class |
MgfUtils.SearchType |
Modifier and Type | Field and Description |
---|---|
static Pattern |
attributePattern
Regex to recognize a attribute and extract its name and value
|
static int |
BUFFER_SIZE |
static boolean |
DEFAULT_ALLOW_CUSTOM_TAGS |
static boolean |
DEFAULT_IGNORE_WRONG_PEAKS |
static String |
mgfCommentRegex
Regex to capture mgf comments in mgf files.
|
Constructor and Description |
---|
MgfUtils() |
public static int BUFFER_SIZE
public static final boolean DEFAULT_ALLOW_CUSTOM_TAGS
public static final boolean DEFAULT_IGNORE_WRONG_PEAKS
public static final String mgfCommentRegex
public static final Pattern attributePattern
public static double[] parsePeakLine(String line)
Copyright © 2021. All rights reserved.