Skip to content

Performs some analysis on Dante WGS and compare it to 23andme genotyped data

License

Notifications You must be signed in to change notification settings

ManavalanG/personal_genome_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compare Dante WGS and 23andme genotyping data

Two major goals for this project:

  • Perform some QC analysis on WGS data from Dante labs.
  • Optional - Compare 23andme genotyping data to WGS vcf to ensure they actually match.

What does it do?

  • Perform QC analyses on WGS data
  • Following are performed when 23andme_file is specified by user in configs/configs.yaml.
    • Convert 23andme genotype raw data to vcf format
    • Compare calls in Dante WGS vcf to 23andme vcf using rtg vcfeval

Requirements

  • OS

    • macOS (Developed and tested)
    • Linux (Not tested but should work)
    • Windows (Not tested; coin toss)
  • Tools

    • Anaconda (Miniconda might work as well)
    • Snakemake
      • conda install -c bioconda -c conda-forge snakemake

How to run?

  • Clone or download this repository
    • Clone: git clone https://github.com/ManavalanG/personal_genome_analysis
    • Download: See here for how to.
  • cd into repo directory.
    • cd /path/to/personal_genome_analysis
  • Set up config file configs/configs.yaml.
  • Run the snakemake pipeline
    • snakemake -k -p --use-conda

Note: Feedbacks are welcome!!

About

Performs some analysis on Dante WGS and compare it to 23andme genotyped data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages