Skip to content

Commit

Permalink
vcf2
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaof committed May 6, 2021
1 parent 94e2b05 commit 04c1ab9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified docs/_static/vcf1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/vcf2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/tracks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,12 @@ VCF
~~~

``VCF`` files can be visulaized in the browser for displaying variant call data. Currently VCF file need to be bgzip and tabix indexed for submission.
When viewing a ``VCF`` track at a region greater than 100Kb, the track will be displayed as numerical track showing the density of the variant calls. When view region is less than or equal to 100Kb, it will be displayed in Full mode.
Click each of the variant item will show the popup tooltip with more information about this variant.
The VCF track has 3 display modes: `auto`, `density` and `full`. By default it's on `auto` mode, this means when viewing a ``VCF`` track at a region greater than 100Kb, the track will be displayed as numerical track showing the density of the variant calls, and when view region is less than or equal to 100Kb, it will be displayed in Full mode.
The display mode can be changed from the right clicking menu. Click each of the variant item will show the popup tooltip with more information about this variant.

.. image:: _static/vcf1.png

Color of each variant item are encoded based on the quality value, color of high and low quality variant can be customized from right clicking menu.
Color of each variant item are encoded based on the AF or quality value, using which value (AF or quality) to color the variant, or color of high and low value variant can be customized from right clicking menu as well.

.. image:: _static/vcf2.png

Expand Down

0 comments on commit 04c1ab9

Please sign in to comment.