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
VIVA.jl is a user-friendly command line tool for creating publication quality graphics from Variant Call Format (VCF) files and has been designed for clinicians and bioinformaticians to explore their VCF files visually. Users can quickly extract genotype or read depth information and plot trends in interactive categorical heatmaps and scatter plots of average read depth values. ViVa.jl offers a robust set of filters to select variants and samples of interest for analysis. ViVa.jl is especially useful in early data exploration for identifying batch effect and sources of poor read depth, as well as identifying distribution of disease causing variants in a set of clinical samples.
12
+
VariantVisualization.jl is a package we built specifically to power the genetics visualization tool, *VIVA*.
13
13
14
-
## Installation
14
+
*VIVA* is a user-friendly command line tool for creating publication quality graphics from Variant Call Format (VCF) files and has been designed for clinicians and bioinformaticians to explore their VCF files visually. Users can quickly extract genotype or read depth information and plot trends in interactive categorical heatmaps and scatter plots of average read depth values. VIVA offers a robust set of filters to select variants and samples of interest for analysis. VIVA is especially useful in early data exploration for identifying batch effect and sources of poor read depth, as well as identifying distribution of disease causing variants in a set of clinical samples.
15
+
16
+
To contribute to *VIVA*, developers may use the functions contained
17
+
18
+
19
+
## Getting Started: *Installation*
15
20
16
21
### Supported Operating Systems:
17
22
@@ -23,32 +28,36 @@ Windows 10, Windows 7
23
28
24
29
### Command Line Tool
25
30
26
-
Add VIVA.jl in the Julia Pkg prompt.
31
+
1. Add VariantVisualization.jl in the Julia Pkg prompt.
32
+
2. Download the [VIVA](https://github.com/compbiocore/VariantVisualization.jl/tree/master/VIVA) tool script and save it to a working directory for your analysis.
33
+
3. Navigate to your working directory and follow the [VIVA manual](https://compbiocore.github.io/VIVA.jl/latest) to generate your plots.
27
34
28
35
### Jupyer Notebook
29
36
30
-
Install Jupyter and download the [VIVA Jupyter Notebook]().
37
+
1.[Install Jupyter](https://jupyter.org/install)
38
+
2. Download the [VIVA Jupyter Notebook](https://github.com/compbiocore/VariantVisualization.jl/tree/master/VIVA.ipynb).
39
+
3. Follow the in-notebook instructions to generate your plots.
31
40
32
41
### Latest Features
33
42
34
-
To stay up to date with cutting edge development features install VIVA.jl from the Master branch.
43
+
To stay up to date with cutting edge development features install VariantVisualization.jl from the Master branch.
0 commit comments