Skip to content

Commit 47a9952

Browse files
committed
add new vrs fields to schema
1 parent 4acef97 commit 47a9952

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

browser/help/topics/v4-hts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,10 @@ Row fields:
781781
- `vrs`: Struct containing information related to the Global Alliance for Genomic Health (GA4GH) Variant Representation Specification ([VRS](https://vrs.ga4gh.org/en/stable/)) standard.
782782
- `VRS_Allele_IDS`: The computed identifiers for the GA4GH VRS Alleles corresponding to the values in the alleles column.
783783
- `VRS_Starts`: Interresidue coordinates used as the location starts for the GA4GH VRS Alleles corresponding to the values in the alleles column.
784-
- `VRS_Ends`: Interresidue coordinates used as the location ends for the GA4GH VRS Alleles corresponding to the values in the alleles column
784+
- `VRS_Ends`: Interresidue coordinates used as the location ends for the GA4GH VRS Alleles corresponding to the values in the alleles column.
785785
- `VRS_States`: The literal sequence states used for the GA4GH VRS Alleles corresponding to the values in the alleles column.
786+
- `VRS_Lengths`: The length values from ReferenceLengthExpression states for the GA4GH VRS Alleles corresponding to the GT indexes of the reference and alternate alleles.
787+
- `VRS_RepeatSubunitLengths`: The repeatSubunitLength values from ReferenceLengthExpression states for the GA4GH VRS Alleles corresponding to the GT indexes of the reference and alternate alleles..
786788
- `vep`: Consequence annotations from Ensembl VEP. More details about VEP output is described [here](https://ensembl.org/info/docs/tools/vep/vep_formats.html#output). VEP was run using the LOFTEE plugin and information about the additional LOFTEE annotations can be found [here](https://github.com/konradjk/loftee).
787789
- `vqsr_results`: VQSR related variant annotations.
788790
- `AS_VQSLOD`: Allele-specific log-odds ratio of being a true variant versus being a false positive under the trained VQSR Gaussian mixture model.

0 commit comments

Comments
 (0)