You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: browser/help/topics/v4-hts.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,12 +122,18 @@ Global fields:
122
122
-`vrs_schema_version`: The [version](https://github.com/ga4gh/vrs/tags) of the VRS schema that is used to represent variants and compute identifiers.
123
123
-`vrs_python_version`: The [version](https://github.com/ga4gh/vrs-python/tags) of the vrs-python library that was used to compute IDs on the callset.
124
124
-`seqrepo_version`: The [version](https://github.com/biocommons/biocommons.seqrepo) of the SeqRepo database that was used in VRS computations.
125
-
-`vep_globals`: Information about Ensembl VEP annotations.
126
-
-`vep_versions`: Array of Ensembl VEP versions run on the callset.
127
-
-`vep_help`: Dictionary of output from `vep --help`. Key is Ensembl VEP version, and value is output.
128
-
-`vep_config`: Dictionary with Ensembl VEP configuration to run VEP version with [Hail](https://hail.is/docs/0.2/methods/genetics.html#hail.methods.vep). File created using command within VEP init shell script in https://github.com/broadinstitute/gnomad_methods/tree/main. Key is Ensembl VEP version, and value is configuration.
129
-
-`gencode_version`: Dictionary of GENCODE versions used in Ensembl VEP. Key is Ensembl VEP version, and value is GENCODE version.
130
-
-`mane_select_version`: Dictionary of MANE Select version used in Ensembl VEP. Key is Ensembl VEP version, and value is MANE Select version.
125
+
-`vep_globals`: Information about Ensembl VEP annotation.
126
+
-`vep_versions`: Ensembl VEP version (105).
127
+
-`vep_help`: Output from `vep --help`.
128
+
-`vep_config`: Ensembl VEP configuration to run VEP 105 with [Hail](https://hail.is/docs/0.2/methods/genetics.html#hail.methods.vep). File created using command within VEP init shell script in https://github.com/broadinstitute/gnomad_methods/tree/main.
129
+
-`gencode_version`: GENCODE version used in Ensembl VEP 105.
130
+
-`mane_select_version`: MANE Select version used in Ensembl VEP version 105.
131
+
-`vep115_globals`: Information about Ensembl VEP 115 annotation.
132
+
-`vep_versions`: Ensembl VEP version (115).
133
+
-`vep_help`: Output from `vep --help`.
134
+
-`vep_config`: Ensembl VEP configuration to run VEP 115 version with [Hail](https://hail.is/docs/0.2/methods/genetics.html#hail.methods.vep). File created using command within VEP init shell script in https://github.com/broadinstitute/gnomad_methods/tree/main.
135
+
-`gencode_version`: Dictionary of GENCODE version used in Ensembl VEP 115.
136
+
-`mane_select_version`: MANE Select version used in Ensembl VEP 115.
131
137
-`frequency_README`: Explanation of how to use the '`freq_index_dict`' global annotation to extract frequencies from the '`freq`' row annotation.
132
138
-`date`: Date Hail Table was created.
133
139
-`version`: gnomAD data version.
@@ -207,8 +213,8 @@ Row fields:
207
213
-`VRS_Starts`: Interresidue coordinates used as the location starts for the GA4GH VRS Alleles corresponding to the values in the alleles column.
208
214
-`VRS_Ends`: Interresidue coordinates used as the location ends for the GA4GH VRS Alleles corresponding to the values in the alleles column
209
215
-`VRS_States`: The literal sequence states used for the GA4GH VRS Alleles corresponding to the values in the alleles column.
210
-
-`vep_105`: Consequence annotations from Ensembl VEP version 105. More details about VEP output is described [here](https://ensembl.org/info/docs/tools/vep/vep_formats.html#output). Ensembl VEP was run using the LOFTEE plugin and information about the additional LOFTEE annotations can be found [here](https://github.com/konradjk/loftee).
211
-
-`vep_115`: Consequence annotations from Ensembl VEP version 115. Ensembl VEP was run using the LOFTEE plugin and information about the additional LOFTEE annotations can be found [here](https://github.com/konradjk/loftee).
216
+
-`vep`: Consequence annotations from Ensembl VEP version 105. More details about VEP output is described [here](https://ensembl.org/info/docs/tools/vep/vep_formats.html#output). Ensembl VEP was run using the LOFTEE plugin and information about the additional LOFTEE annotations can be found [here](https://github.com/konradjk/loftee).
217
+
-`vep115`: Consequence annotations from Ensembl VEP version 115. Ensembl VEP was run using the LOFTEE plugin and information about the additional LOFTEE annotations can be found [here](https://github.com/konradjk/loftee).
212
218
-`vqsr_results`: VQSR related variant annotations.
213
219
-`AS_VQSLOD`: Allele-specific log-odds ratio of being a true variant versus being a false positive under the trained VQSR Gaussian mixture model.
214
220
-`AS_culprit`: Allele-specific worst-performing annotation in the VQSR Gaussian mixture model.
0 commit comments