Script and VEP results from the Optical mapping SV analyses from Talenti et al.
The following repository contains two subfolders
- Results: this folder contains the results from some analyses (e.g. the VEP HTML report here)
- Code: the code used to run the analyses described in the paper
To successfully run the scripts here presented you will need the following dependencies:
- R with the following packages:
- tidyverse
- ggfortify
- hrbrthemes
- ggsci
- ggpubr
- ComplexHeatmap
- gridExtra
- cowplot
- RColorBrewer
- python
- SURVIVOR
- bedtools
- bcftools
- docker
You will also need the
The Code folder contains the following subfolders:
RunBionanoSolve: an example of the code used to process the optical mapping using the Bionano Solve workflowVEP: the code used to run the VEPCountClasses: the code used to generate the histogram in Figure 1 and to extract the numbers representedAssessFiltering: the code to assess multiple filtering thresholds, following the Bionano access prefiltering, and generation of the UpSet plotSizeAndSupportAnalysis: the code used to assess the SV size based on the support (i.e. number of individuals that present the SVs) of the variantnonRedundantDeletions: the code used to extract the filtered Deletions into bed format to compute the non-redundant reference sequence in deletionsGeneAnalysis: the code used to extract the coding sequences and gene features that have an overlap with an identified SV