Package blbutil
Class Const
java.lang.Object
blbutil.Const
Class
Const
provides public static final fields with
string and character constants.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final char
The colon character:':'
static final char
The comma character:','
static final int
The value 1,000,000,000static final char
The hyphen character:'-'
static final int
The value 1,000,000static final char
The VCF missing-data symbol as a character:'.'
static final String
The VCF missing-data symbol as a string:"."
static final String
The system-dependent string representing a new line-line:System.getProperty("line.separator")
static final char
The phased allele separator:'|'
static final char
The semicolon character:';'
static final char
The tab character:'\t'
static final char
The unphased allele separator:'/'
-
Method Summary
-
Field Details
-
nl
The system-dependent string representing a new line-line:System.getProperty("line.separator")
-
MISSING_DATA_STRING
The VCF missing-data symbol as a string:"."
- See Also:
-
MISSING_DATA_CHAR
public static final char MISSING_DATA_CHARThe VCF missing-data symbol as a character:'.'
- See Also:
-
colon
public static final char colonThe colon character:':'
- See Also:
-
hyphen
public static final char hyphenThe hyphen character:'-'
- See Also:
-
tab
public static final char tabThe tab character:'\t'
- See Also:
-
semicolon
public static final char semicolonThe semicolon character:';'
- See Also:
-
comma
public static final char commaThe comma character:','
- See Also:
-
phasedSep
public static final char phasedSepThe phased allele separator:'|'
- See Also:
-
unphasedSep
public static final char unphasedSepThe unphased allele separator:'/'
- See Also:
-
giga
public static final int gigaThe value 1,000,000,000- See Also:
-
mega
public static final int megaThe value 1,000,000- See Also:
-