Skip to content

This is a recurrence analysis tool for SNP/Indel analysis.

Notifications You must be signed in to change notification settings

YenlingPeng/SNV_recurrence_analysis_tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNV_recurrence_analysis_tool

Environment: python 3.0+ with "openpyxl" module installed

  • This is a recurrence analysis tool for SNP/Indel results. Due to the unique vcf formats among different platforms, this analysis is TOOL SPECIFIC.

  • Before running the pipeline, the following files are required:

  1. ANNOVAR annotation files from DRAGEN somatic pipeline(.txt) :Test01 ,Test2, Test3.txt were extract from ANNOVAR annotation files of DRAGEN WGS somatic pipeline results.
  2. A Union txt file of variants form (1) (remove duplicates), which also include every necessary variant-specific information(for DRAGEN vcf files is column 1 to 80) : union_of_test_variants.txt were made from those ANNOVAR.txt files with find_union.sh on linux.
  • Currently, the object-oriented function is still under development. In this version, users still need to modify the recurrence_analysis.py script for each analyis, including a list of sample file names, union variants file name, and each xlsx file name below. Also, adding filter (i.e. funtion, VAF, MAF....)to the sample file is possible and can be adjust through line 90-93.

About

This is a recurrence analysis tool for SNP/Indel analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.0%
  • Shell 22.0%