JAL-3376 documentation for standard attributes for variants from VCF
authorJim Procter <jprocter@issues.jalview.org>
Tue, 11 Feb 2020 12:11:37 +0000 (12:11 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 11 Feb 2020 12:11:37 +0000 (12:11 +0000)
help/help/help.jhm
help/help/helpTOC.xml
help/help/html/features/importvcf.html

index 47f7d53..6b0a1c0 100755 (executable)
    <mapID target="overviewprefs" url="html/features/preferences.html#overview" />
    
    <mapID target="importvcf" url="html/features/importvcf.html" />
+   <mapID target="importvcf.attribs" url="html/features/importvcf.html#attribs" />
 </map>
index 7e358d6..5374e1a 100755 (executable)
@@ -24,7 +24,7 @@
        <tocitem text="Jalview Documentation" target="home" expand="true">
                        <tocitem text="What's new" target="new" expand="true">
                                <tocitem text="Latest Release Notes" target="release"/>
-                               <tocitem text="VCF Import" target="importvcf"/>
+                               <tocitem text="VCF Variant Attributes" target="importvcf.attribs"/>
                                <tocitem text="Feature Filters and Attribute Colourschemes" target="features.featureschemes" />
                                
                </tocitem>
index e013472..511ff2e 100755 (executable)
     retrieved from Ensembl.
   </p>
   <p>
+    <strong><a name="attribs">Standard Variant Attributes</a></strong>
+  </p>
+  <p>Jalview decorates variant features imported from VCF files with
+    attributes that can be used to filter or shade variant annotation
+    including the following:
+  </p>
+  <ul>
+    <li><em>POS</em> - Chromosomal position as recorded in VCF</li>
+    <li><em>ID</em> - in GNOMAD releases specifies rs identifier of
+      a known dbSNP variant.</li>
+    <li>QUAL is the 'phred-scaled quality score' for the ALT
+      assertion (or quality of SNP call if there are no alternate
+      alleles). Higher is more confident.</li>
+    <li><em>FILTER</em> is 'PASS' if all filters have been passed,
+      else a list of failed filters for the variant (e.g. poor quality,
+      or insufficient sample size).</li>
+  </ul>
+  <p><em>Standard attributes were introduced in Jalview 2.11.1.0.</em> VCF field semantics are highly dependent on the source of your VCF
+    file. See <a
+      href="https://www.internationalgenome.org/wiki/Analysis/vcf4.0">https://www.internationalgenome.org/wiki/Analysis/vcf4.0</a>
+    for more information.
+  </p>
+  <p>
     <strong>Working with variants from organisms other than
       H.sapiens.</strong>
   </p>