pub enum Standard {
Show 27 variants
ReadDepths,
ForwardStrandReadDepths,
ReverseStrandReadDepths,
ReadDepth,
ExpectedAlternateAlleleCounts,
Filter,
GenotypeLikelihoods,
GenotypePosteriorProbabilities,
ConditionalGenotypeQuality,
Genotype,
HaplotypeQuality,
MappingQuality,
RoundedGenotypeLikelihoods,
RoundedGenotypePosteriorProbabilities,
PhasingQuality,
PhaseSet,
PhaseSetList,
PhaseSetListOrdinals,
PhaseSetListQualities,
GenotypeCopyNumber,
CopyNumberConfidenceInterval,
GenotypeCopyNumberQuality,
GenotypeCopyNumberLikelihoods,
GenotypeCopyNumberPosteriorProbabilities,
NovelVariantQualityScore,
HaplotypeId,
AncestralHaplotypeId,
}
Expand description
A reserved VCF header format key.
Variants§
ReadDepths
Read depth for each allele (AD
).
ForwardStrandReadDepths
Read depth for each allele on the forward strand (ADF
).
ReverseStrandReadDepths
Read depth for each allele on the reverse strand (ADR
).
ReadDepth
Read depth (DP
).
ExpectedAlternateAlleleCounts
Expected alternate allele counts (EC
).
Filter
Filter indicating if this genotype was “called” (FT
).
GenotypeLikelihoods
Genotype likelihoods (GL
).
GenotypePosteriorProbabilities
Genotype posterior probabilities (GP
).
ConditionalGenotypeQuality
Conditional genotype quality (GQ
).
Genotype
Genotype (GT
).
HaplotypeQuality
Haplotype quality (HQ
).
MappingQuality
RMS mapping quality (MQ
).
RoundedGenotypeLikelihoods
Phred-scaled genotype likelihoods rounded to the closest integer (PL
).
RoundedGenotypePosteriorProbabilities
Phred-scaled genotype posterior probabilities rounded to the closest integer (PP
).
PhasingQuality
Phasing quality (PQ
).
PhaseSet
Phase set (PS
).
PhaseSetList
Phase set list (PSL
).
Added in VCF 4.4.
PhaseSetListOrdinals
Phase set list ordinal (PSO
).
Added in VCF 4.4.
PhaseSetListQualities
Phase set list quality (PSQ
).
Added in VCF 4.4.
GenotypeCopyNumber
Copy number genotype for imprecise events (CN
).
CopyNumberConfidenceInterval
Confidence interval around copy number (CICN
).
Added in VCF 4.4.
GenotypeCopyNumberQuality
Copy number genotype quality for imprecise events (CNQ
).
GenotypeCopyNumberLikelihoods
Copy number genotype likelihood for imprecise events (CNL
).
GenotypeCopyNumberPosteriorProbabilities
Copy number posterior probabilities (CNP
).
NovelVariantQualityScore
Phred style probability score that the variant is novel (NQ
).
HaplotypeId
Unique haplotype identifier (HAP
).
AncestralHaplotypeId
Unique identifier of ancestral haplotype (AHAP
).
Trait Implementations§
source§impl PartialEq<Standard> for Standard
impl PartialEq<Standard> for Standard
impl Copy for Standard
impl Eq for Standard
impl StructuralEq for Standard
impl StructuralPartialEq for Standard
Auto Trait Implementations§
impl RefUnwindSafe for Standard
impl Send for Standard
impl Sync for Standard
impl Unpin for Standard
impl UnwindSafe for Standard
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.