Skip to content
/ raindance Public

Selfish mutations dysregulating RAS-MAPK signaling are pervasive in aged human testes

License

Notifications You must be signed in to change notification settings

zd1/raindance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manuscript and Data

This repository contains source code developed for this manuscript:

Selfish mutations dysregulating RAS-MAPK signaling are pervasive in aged human testes

Geoffrey J. Maher, Hannah K. Ralph, Zhihao Ding, Nils Koelling, Hana Mlcochova, Eleni Giannoulatou, Pawan Dhami, Dirk S. Paul, Stefan H. Stricker, Stephan Beck, Gilean McVean, Andrew OM Wilkie, Anne Goriely

The raw FASTQ files can be downloaded from here. The VCF with pileup counts per sample per site can be downloaded here.

User guide

  • Scan reads in FASTQ for sample. Assign amplicon ID to each read using a kmer search algorithm.
    python parse_primer.py --fastq --sample sampleName
        
  • Alignment for each sample.
    bwa mem -R "@RG\tID:$ID\tSM:$SM\tLB:$LB" $ref $read1 $read2 > $sam
        
  • Pileup for all sites for each sample.
    python parse_primer.py --pileup --sample sampleName
        
  • Combine pileups of all samples and write out result datasets.
    python parse_primer.py --sum
        
  • Generating files/plots for each amplicon to assist QC on input signals.
    python parse_primer.py --agg --amp ampliconName
        
  • Call elevated alleles for amplicon.
    python parse_primer.py --call --amp ampliconName
        

Meta Data

File NameDescription
meta/samplelistA list of IDs of all samples
meta/fastq.indexA list input fastq files
meta/amplicons.csvMeta information for the amplicons
meta/sample_seq.csvMeta information for sequencing libraries

About

Selfish mutations dysregulating RAS-MAPK signaling are pervasive in aged human testes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published