JSON files generated by Expansion Hunter contain information about sample
parameters (SampleParameters
field) and analysis results summarized by
locus (LocusResults
field). The locus results contain these fields
AlleleCount
The expected number of alleles at the locusCoverage
Estimated read coverage at the locusFragmentLength
The fragment size estimated from read pairs fully contained in either the left or right flank of the repeat regionLocusId
Locus identifierReadLength
Mean read length at the locusVariants
Genotypes and other information describing each variant analyzed at the locus
The structure of records in the Variant
field is different for repeats and
small variants (insertions, deletions, and swaps).
Repeat records contain the following fields.
VariantId
Unique variant identifierRepeatUnit
Repeat unit in the reference orientationVariantType
Always set to "Repeat"VariantSubtype
Either "Repeat" or "RareRepeat"Genotype
Repeat genotype given by the size of each repeat alleleGenotypeConfidenceInterval
Size confidence interval for each repeat alleleCountsOfSpanningReads
Summary of identified spanning reads given as an array with entries(n, m)
wheren
is the number of repeat units spanned by the flanking read andm
is the number of such readsCountsOfFlankingReads
An analog ofCountsOfSpanningReads
for in-repeat readsCountsOfInrepeatReads
An analog ofCountsOfSpanningReads
for spanning readsReferenceRegion
0-based half-open reference coordinates of the repeat region (chrom:start-end
)
Records for small variants contain the following fields.
VariantId
Unique variant identifierVariantType
Always set to "SmallVariant"VariantSubtype
Either "Insertion", "Deletion", or "Swap"RepeatUnit
Repeat unit in the reference orientationGenotype
Formed, as usual, from0
s and1
s corresponding to ref and alt allelesCountOfAltReads
Number of reads supporting the alt alleleCountOfRefReads
Number of reads supporting the ref alleleReferenceRegion
Reference region of the variant