CollectVariantCallingMetrics.VariantCallingDetailMetricspublic static class CollectVariantCallingMetrics.VariantCallingSummaryMetrics extends MergeableMetricBase
MergeableMetricBase.MergeByAdding, MergeableMetricBase.MergeByAssertEquals, MergeableMetricBase.MergingIsManual, MergeableMetricBase.NoMergingIsDerived, MergeableMetricBase.NoMergingKeepsValue| Modifier and Type | Field | Description |
|---|---|---|
double |
DBSNP_INS_DEL_RATIO |
The Insertion/Deletion ratio of the indel calls made at dbSNP sites
|
double |
DBSNP_TITV |
The Transition/Transversion ratio of the passing bi-allelic SNP calls made at dbSNP sites
|
long |
FILTERED_INDELS |
The number of indels that are filtered
|
long |
FILTERED_SNPS |
The number of SNPs that are filtered
|
long |
NOVEL_INDELS |
The number of passing indels called that were not found in dbSNP
|
double |
NOVEL_INS_DEL_RATIO |
The Insertion/Deletion ratio of the indel calls made at non-dbSNP sites
|
long |
NOVEL_SNPS |
The number of passing bi-allelic SNPS called that were not found in dbSNP
|
double |
NOVEL_TITV |
The Transition/Transversion ratio of the passing bi-allelic SNP calls made at non-dbSNP sites
|
long |
NUM_IN_DB_SNP |
The number of passing bi-allelic SNPs found in dbSNP
|
double |
NUM_IN_DB_SNP_COMPLEX_INDELS |
The number of passing complex indels found in dbSNP
|
long |
NUM_IN_DB_SNP_INDELS |
The number of passing indels found in dbSNP
|
double |
NUM_IN_DB_SNP_MULTIALLELIC |
The number of passing multi-allelic SNPs found in dbSNP
|
long |
NUM_SINGLETONS |
For summary metrics, the number of variants that appear in only one sample.
|
float |
PCT_DBSNP |
The fraction of passing bi-allelic SNPs in dbSNP
|
float |
PCT_DBSNP_INDELS |
The fraction of passing indels in dbSNP
|
double |
SNP_REFERENCE_BIAS |
The rate at which reference bases are observed at ref/alt heterozygous SNP sites.
|
double |
TOTAL_COMPLEX_INDELS |
The number of passing complex indel calls that were examined
|
long |
TOTAL_INDELS |
The number of passing indel calls that were examined
|
double |
TOTAL_MULTIALLELIC_SNPS |
The number of passing multi-allelic SNP calls that were examined
|
long |
TOTAL_SNPS |
The number of passing bi-allelic SNPs calls (i.e.
|
| Constructor | Description |
|---|---|
VariantCallingSummaryMetrics() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
calculateDerivedFields() |
placeholder method that will calculate the derived fields from the other ones.
|
void |
calculateFromDerivedFields(long totalHetDepth) |
|
static <T extends CollectVariantCallingMetrics.VariantCallingSummaryMetrics> |
foldInto(T target,
Collection<T> metrics) |
|
static String |
getFileExtension() |
canMerge, merge, merge, mergeIfCanpublic long TOTAL_SNPS
public long NUM_IN_DB_SNP
public long NOVEL_SNPS
public long FILTERED_SNPS
public float PCT_DBSNP
public double DBSNP_TITV
public double NOVEL_TITV
public long TOTAL_INDELS
public long NOVEL_INDELS
public long FILTERED_INDELS
public float PCT_DBSNP_INDELS
public long NUM_IN_DB_SNP_INDELS
public double DBSNP_INS_DEL_RATIO
public double NOVEL_INS_DEL_RATIO
public double TOTAL_MULTIALLELIC_SNPS
public double NUM_IN_DB_SNP_MULTIALLELIC
public double TOTAL_COMPLEX_INDELS
public double NUM_IN_DB_SNP_COMPLEX_INDELS
public double SNP_REFERENCE_BIAS
public long NUM_SINGLETONS
public static String getFileExtension()
public void calculateDerivedFields()
MergeableMetricBasecalculateDerivedFields in class MergeableMetricBasepublic void calculateFromDerivedFields(long totalHetDepth)
public static <T extends CollectVariantCallingMetrics.VariantCallingSummaryMetrics> void foldInto(T target, Collection<T> metrics)