Getting started¶
Now that you freshly installed Gravity, you can see the following new panels in your Cytoscape interface:
- Panel 1 is the Control Panel. This is where you will be able to load data, select genesets and pathways, apply filters, etc.
- Panel 2 are the Results Panel. Splitted in two tabs, Gene details and Cohort details they will grant you additional informations on the displayed network, and more specifically on selected nodes.
- Panel 3 located in the Table Panel, will provide a legend to help you interpret the default color code used in Gravity’s networks.
Demo dataset¶
You can download the demo dataset we are using in this getting started there: CEU Trio NA12878
Next unzip the files, you should end-up with the 3 following files:
- CEU-Trio.vcf.gz
- CEU-Trio.vcf.gz.tbi
- CEU-Trio.vcf.gz.ped
Note
This is a vcf of the individual NA12878 with her parents annotated as follow:
- VEP for function analysis using GRCh37.p13 ensembl v91
- gnomAD exonic version 2.0.2
- CADD version 1.3
Loading a dataset¶
In Gravity’s Control Panel, click on the open icon and open the demo dataset CEU-Trio.vcf.gz.
Visualising your first network¶
Once you loaded a dataset, the Control Panel gets updated to show new options. There you can directly click on the Create a new network button to display a first network.
Note
We assume that you are using the default parameters provided in the current version of Gravity.
Filtering the data¶
This network contains a lot of variants, some of which might not be of interest for you, so now we are going to apply some filters on it.
- remove the synonymous variants
- filter out common variants using gnomAD frequency
Gene details¶
Once you obtained a network with interesting genes for you, you can select one, for instance here CACNA1D, by clicking on it.
After selecting CACNA1D, in GRAVITY’s Results panel you will find information on this genes along with all the carried variants passing the current filters previously set-up.
If you want to learn more about filtering, or displayed information in the Result’s panels, you can go read the section specific to respectively the Controls or the Results.