Interface | Description |
---|---|
Annotation |
An annotation group is a set of annotation that have something in common and should be added at the same time.
|
StandardAnnotation |
This is a marker interface used to indicate which annotations are "Standard".
|
StandardHCAnnotation |
This is a marker interface used to indicate which annotations are "Standard" for the HaplotypeCaller only.
|
StandardMutectAnnotation |
This is a marker interface used to indicate which annotations are "Standard" for Mutect2 only.
|
Class | Description |
---|---|
AlleleFraction |
Variant allele fraction for each sample.
|
AnnotationUtils | |
BaseQuality |
Median base quality of bases supporting each allele.
|
BaseQualityHistogram | |
BaseQualityRankSumTest |
Rank Sum Test of REF versus ALT base quality scores
|
ChromosomeCounts |
Counts and frequency of alleles in called genotypes
|
ClippingRankSumTest |
Rank Sum Test for hard-clipped bases on REF versus ALT reads
|
CountNs |
Apply a read-based annotation that reports the number of Ns seen at a given site.
|
Coverage |
Total depth of coverage per sample and over all samples.
|
DepthPerAlleleBySample |
Depth of coverage of each allele per sample
|
DepthPerSampleHC |
Depth of informative coverage for each sample.
|
ExcessHet |
Phred-scaled p-value for exact test of excess heterozygosity.
|
FisherStrand |
Strand bias estimated using Fisher's Exact Test
|
FragmentLength |
Median fragment length of reads supporting each allele.
|
GenotypeAnnotation |
Represents an annotation that is computed for a single genotype.
|
GenotypeSummaries |
Summarize genotype statistics from all samples at the site level
|
HeterozygosityCalculator |
A class containing utility methods used in the calculation of annotations related to cohort heterozygosity, e.g.
|
InbreedingCoeff |
Likelihood-based test for the consanguinuity among samples
|
InfoFieldAnnotation |
Annotations relevant to the INFO field of the variant file (ie annotations for sites).
|
LikelihoodRankSumTest |
Rank Sum Test of per-read likelihoods of REF versus ALT reads
|
MappingQuality |
Median mapping quality of reads supporting each alt allele.
|
MappingQualityRankSumTest |
Rank Sum Test for mapping qualities of REF versus ALT reads
|
MappingQualityZero |
Count of all reads with MAPQ = 0 across all samples
|
OrientationBiasReadCounts |
Count of read pairs in the F1R2 and F2R1 configurations supporting the reference and alternate alleles
|
OriginalAlignment |
Original Alignment annotation counts the number of alt reads where the original alignment contig doesn't match the current alignment contig
|
PedigreeAnnotation |
A common interface for handling annotations that require pedigree file information either in the form of explicitly
selected founderIDs or in the form of an imported pedigreeFile.
|
PerAlleleAnnotation |
Apply an annotation based on aggregation data from all reads supporting each allele.
|
PossibleDeNovo |
Existence of a de novo mutation in at least one of the given families
|
QualByDepth |
Variant confidence normalized by unfiltered depth of variant samples
|
RankSumTest |
Abstract root for all RankSum based annotations
|
ReadPosition |
Median distance of variant starts from ends of reads supporting each alt allele.
|
ReadPosRankSumTest |
Rank Sum Test for relative positioning of REF versus ALT alleles within reads
|
ReferenceBases |
Local reference context at a variant position.
|
RMSMappingQuality |
Root Mean Square of the mapping quality of reads across all samples.
|
SampleList |
List samples that are non-reference at a given variant site
|
StrandBiasBySample |
Number of forward and reverse reads that support REF and ALT alleles
|
StrandBiasTest |
Class of tests to detect strand bias.
|
StrandOddsRatio |
Strand bias estimated by the Symmetric Odds Ratio test
|
TandemRepeat |
Tandem repeat unit composition and counts per allele
|
UniqueAltReadCount |
Finds a lower bound on the number of unique reads at a locus that support a non-reference allele.
|
VariantAnnotation |
Superclass of all variant annotations.
|
VariantAnnotator |
Annotate variant calls with context information
|
VariantAnnotatorEngine |
The class responsible for computing annotations for variants.
|
VariantAnnotatorEngine.VAExpression |
A container object for storing the objects necessary for carrying over expression annotations.
|
VariantOverlapAnnotator |
Annotate the ID field and attribute overlap FLAGs for a VariantContext against a FeatureContext or a list
of VariantContexts.
|