public class FuncotatorConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
B37_MITOCHONDRIAL_CONTIG_NAME
Name of the Mitochondrial contig for the B37 human reference.
|
static java.lang.String |
DATASOURCE_NAME_FOR_INPUT_VCFS
Datasource name to use for Funcotations created from input variants from a VCF.
|
static java.lang.String |
HG19_MITOCHONDRIAL_CONTIG_NAME
Name of the Mitochondrial contig for the HG19 human reference.
|
static java.lang.String |
HG38_MITOCHONDRIAL_CONTIG_NAME
Name of the Mitochondrial contig for the HG38 human reference.
|
static char |
MASKED_ANY_BASE
A character representing any base as used in VCF files and IUPAC base standards.
|
static java.lang.String |
MASKED_ANY_BASE_STRING
A
String representing any base as used in VCF files and IUPAC base standards. |
static java.util.Set<java.lang.String> |
MITOCHONDRIAL_CONTIG_NAMES
Set containing known valid names for Mitochondrial chromosomes. |
static java.lang.String |
UNKNOWN_VALUE_STRING
Value to insert into fields when the annotation is unspecified, but still required.
|
Constructor and Description |
---|
FuncotatorConstants() |
public static final char MASKED_ANY_BASE
public static final java.lang.String MASKED_ANY_BASE_STRING
String
representing any base as used in VCF files and IUPAC base standards.
NOTE: When HTSJDK with the fix for issue #1226 (https://github.com/samtools/htsjdk/issues/1226) is released
we will want to remove this constant.public static final java.lang.String UNKNOWN_VALUE_STRING
public static final java.lang.String DATASOURCE_NAME_FOR_INPUT_VCFS
public static final java.lang.String B37_MITOCHONDRIAL_CONTIG_NAME
public static final java.lang.String HG19_MITOCHONDRIAL_CONTIG_NAME
public static final java.lang.String HG38_MITOCHONDRIAL_CONTIG_NAME
public static final java.util.Set<java.lang.String> MITOCHONDRIAL_CONTIG_NAMES
Set
containing known valid names for Mitochondrial chromosomes.