Entity Assay / Sequence Variation

DescriptionAn association between an array, a sequence variation and a genotype experiment which can be used to identify the data recorded for a specific sequence variation in the context of a given assay.

Attributes
Expected Alternate Allele Counts TxtExpected Alternate Allele Counts Txt
Genotype FilterGenotype Filter
Genotype Likelihoods of Heterogeneous Ploidy TxtGenotype Likelihoods of Heterogeneous Ploidy Txt
Genotype Likelihoods TxtGenotype Likelihoods Txt
Genotype Quality TxtGenotype Quality Txt
Genotype TxtGenotype Txt
Haplotype Qualities TxtHaplotype Qualities Txt
Mapping Quality NumMapping Quality Num
Phase Set TxtPhase Set Txt
Phasing Quality TxtPhasing Quality Txt
Phred-Scaled Genotype Likelihoods TxtPhred-Scaled Genotype Likelihoods Txt
Phred-Scaled Genotype Posterior Probabilities TxtPhred-Scaled Genotype Posterior Probabilities Txt
Read Depth NumRead Depth Num

Relationship
Assay / Sequence Variation_Genotype Experiment / Sequence Variation_FKAssay / Sequence Variation_Genotype Experiment / Sequence Variation_FK
Assay / Sequence Variation_Assay_FKAssay / Sequence Variation_Assay_FK

Dependencies
 NONE

Reverse Dependencies
 

Attribute Details

 Expected Alternate Allele Counts Txt
DescriptionComma separated list of expected alternate allele counts for each alternate allele in the same order as listed in the "Variation Sequence Txt" attribute of "Sequence Variation" entity (typically used in association analyses).
Data TypeStandards - Data Domains.ddm/Data Domains/Text Very Large [VARCHAR(2048)]
Is Part Of PrimaryKeyfalse
Is Requiredfalse
Is Derivedfalse
Is Surrogate Keyfalse



 Genotype Filter
DescriptionSample genotype filter indicating if this genotype was "called". Use PASS to indicate that all filters have been passed, a semi-colon separated list of codes for filters that fail, or "." to indicate that filters have not been applied.
Data TypeStandards - Data Domains.ddm/Data Domains/Alphanumeric [VARCHAR(80)]
Is Part Of PrimaryKeyfalse
Is Requiredfalse
Is Derivedfalse
Is Surrogate Keyfalse



 Genotype Likelihoods of Heterogeneous Ploidy Txt
DescriptionGenotype likelihoods of heterogeneous ploidy, used in presence of uncertain copy number.

For example: GLE=0:-75.22,1:-223.42,0/0:-323.03,1/0:-99.29,1/1:-802.53
Data TypeStandards - Data Domains.ddm/Data Domains/Text Very Large [VARCHAR(2048)]
Is Part Of PrimaryKeyfalse
Is Requiredfalse
Is Derivedfalse
Is Surrogate Keyfalse



 Genotype Likelihoods Txt
DescriptionA text field that comprises comma-separated floating point log10-scaled likelihoods for all possible genotypes given the set of alleles defined in the Original Sequence Txt and the Variation Sequence Txt attributes of the Sequence Variation entity. In presence of the value in the Genotype attribute, the same ploidy is expected and the canonical order is used; without value in Genotype attribute, diploidy is assumed. If A is the allele in Original Sequence Txt and B,C and so on are the alleles as ordered in Variation Sequence Txt, the ordering of genotypes for the likelihoods is given by: F(j/k) = (k*(k+1)/2)+j. In other words, for biallelic sites the ordering is: AA,AB,BB; for triallelic sites the ordering is: AA,AB,BB,AC,BC,CC and so on.

For example:
GT:GL 0/1:-323.03,-99.29,-802.53
Data TypeStandards - Data Domains.ddm/Data Domains/Text Very Large [VARCHAR(2048)]
Is Part Of PrimaryKeyfalse
Is Requiredfalse
Is Derivedfalse
Is Surrogate Keyfalse



 Genotype Quality Txt
DescriptionConditional genotype quality, encoded as a phred quality -10log_10p.
Data TypeStandards - Data Domains.ddm/Data Domains/Text Very Large [VARCHAR(2048)]
Is Part Of PrimaryKeyfalse
Is Requiredfalse
Is Derivedfalse
Is Surrogate Keyfalse



 Genotype Txt
DescriptionGenotype, encoded as allele values separated by either of "/" or "|".

The allele values are 0 for the reference allele (value stored in the "Original Sequence Txt" attribute of "Sequence Variation" entity), 1 for the first allele listed in in the "Variation Sequence Txt" attribute of "Sequence Variation" entity, 2 for the second allele list in in the "Variation Sequence Txt" attribute of "Sequence Variation" entity and so on. For diploid calls examples could be 0/1, 1|0, or 1/2, etc. For haploid calls, e.g. on Y, male non-pseudoautosomal X, or mitochondrion, only one allele value should be given; a triploid call might look like 0/0/1.
If a call cannot be made for a sample at a given locus, "." should be specified for each missing allele in this attribute (for example "./." for a diploid genotype and "." for haploid genotype). The meanings of the separators are as follows (see the "Phase Set" attribute for more details on incorporating phasing information into the genotypes):
/ : genotype unphased
| : genotype phase
Data TypeStandards - Data Domains.ddm/Data Domains/Text Very Large [VARCHAR(2048)]
Is Part Of PrimaryKeyfalse
Is Requiredfalse
Is Derivedfalse
Is Surrogate Keyfalse



 Haplotype Qualities Txt
DescriptionHaplotype qualities, two comma separated phred qualities.
Data TypeStandards - Data Domains.ddm/Data Domains/Text Very Large [VARCHAR(2048)]
Is Part Of PrimaryKeyfalse
Is Requiredfalse
Is Derivedfalse
Is Surrogate Keyfalse



 Mapping Quality Num
DescriptionThe mapping quality (RMS - Root Mean Square) of the sequence variation within the given assay.

For example:
52
Data TypeStandards - Data Domains.ddm/Data Domains/Number Integer [INTEGER]
Is Part Of PrimaryKeyfalse
Is Requiredfalse
Is Derivedfalse
Is Surrogate Keyfalse



 Phase Set Txt
DescriptionA phase set is defined as a set of phased genotypes to which this genotype belongs. Phased genotypes for an individual that are on the same chromosome and have the same phase set value are in the same phased set. A phase set specifies multi-marker haplotypes for the phased genotypes in the set. All phased genotypes that do not contain a phase set subfield are assumed to belong to the same phased set. If the genotype is unphased, the corresponding phase set attribute is ignored. The recommended convention is to use the position of the first variant in the set as the phase set identifier (although this is not required).
Data TypeStandards - Data Domains.ddm/Data Domains/Text Very Large [VARCHAR(2048)]
Is Part Of PrimaryKeyfalse
Is Requiredfalse
Is Derivedfalse
Is Surrogate Keyfalse



 Phasing Quality Txt
DescriptionPhasing quality, the phred-scaled probability that alleles are ordered incorrectly in a heterozygote (against all other members in the phase set).
Data TypeStandards - Data Domains.ddm/Data Domains/Text Very Large [VARCHAR(2048)]
Is Part Of PrimaryKeyfalse
Is Requiredfalse
Is Derivedfalse
Is Surrogate Keyfalse



 Phred-Scaled Genotype Likelihoods Txt
DescriptionThe phred-scaled genotype likelihoods rounded to the closest integer.
Data TypeStandards - Data Domains.ddm/Data Domains/Text Very Large [VARCHAR(2048)]
Is Part Of PrimaryKeyfalse
Is Requiredfalse
Is Derivedfalse
Is Surrogate Keyfalse



 Phred-Scaled Genotype Posterior Probabilities Txt
DescriptionThe phred-scaled genotype posterior probabilities intended to store imputed genotype probabilities.
Data TypeStandards - Data Domains.ddm/Data Domains/Text Very Large [VARCHAR(2048)]
Is Part Of PrimaryKeyfalse
Is Requiredfalse
Is Derivedfalse
Is Surrogate Keyfalse



 Read Depth Num
DescriptionRead depth at this position for this sample.
Data TypeStandards - Data Domains.ddm/Data Domains/Number Integer [INTEGER]
Is Part Of PrimaryKeyfalse
Is Requiredfalse
Is Derivedfalse
Is Surrogate Keyfalse

Relationship Details

 Assay / Sequence Variation_Genotype Experiment / Sequence Variation_FK
Is Identifying Relationshipfalse
Child TableAssay / Sequence Variation
Child MultiplicityZERO_TO_MANY
Child Referential Integrity: On DeleteNONE
Child Referential Integrity: On InsertNONE
Child Referential Integrity: On UpdateNONE
Parent TableGenotype Experiment / Sequence Variation
Parent MultiplicityONE
Parent Referential Integrity: On DeleteNONE
Parent Referential Integrity: On InsertNONE
Parent Referential Integrity: On UpdateNONE



 Assay / Sequence Variation_Assay_FK
Is Identifying Relationshipfalse
Child TableAssay / Sequence Variation
Child MultiplicityZERO_TO_MANY
Child Referential Integrity: On DeleteNONE
Child Referential Integrity: On InsertNONE
Child Referential Integrity: On UpdateNONE
Parent TableAssay
Parent MultiplicityONE
Parent Referential Integrity: On DeleteNONE
Parent Referential Integrity: On InsertNONE
Parent Referential Integrity: On UpdateNONE