vanallenlab / ped_germline_SV

Analysis of germline SVs in pediatric cancers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pediatric Germline SVs

Structural variant calling and analyses from germline whole-genome sequencing (WGS) in pediatric cancers and controls

Copyright (c) 2023-Present, Riaz Gillani, Ryan L. Collins, Jett Crowdis and the Van Allen laboratory at Dana-Farber Cancer Institute.
Distributed under terms of the GNU GPL v2.0 License (see LICENSE).

Note: this repository is under active development. More documentation will be added as the project evolves.


Synopsis

This repository contains the working code and scripts used to discover, genotype, filter, annotate, and analyze germline structural variants (SVs) from WGS across various pediatric cancer and cancer-free control cohorts


Table of Contents

Directory Description
config/ Environment & Docker configuration files
docker/ Docker build files
gatksv_scripts/ Stand-alone scripts for post hoc filtering and manipulation of GATK-SV callsets
src/ Source code for helper packages (see below)
sv_filtering/ Bash code for filtering the GATK-SV callsets
wdl/ Stand-alone WDL workflows
version_changelogs/ README for version changelogs

Helper R package

The src/ directly contains the pre-compiled source for a helper library of R functions, PedSV.

For more documentation, see the README within the src/ subdirectory.

About

Analysis of germline SVs in pediatric cancers

License:GNU General Public License v2.0


Languages

Language:R 53.1%Language:WDL 25.9%Language:Python 17.7%Language:Shell 2.1%Language:Dockerfile 1.3%