Skip to content

# Author: Abdelmajid EL HOU, Data analyst - France # version 1.0 # date: 25-10-2021 # tested on ubuntu with python3.8 # This python program parse a Variant Call Format (VCF) file and then create a polymorphism density plot from the data extracted from the file. # The program take as input: the file name, window and increment value. # example: py…

License

Notifications You must be signed in to change notification settings

AbdelmajidLh/SNP_density_plot_from_VCF_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNP_density_plot_from_VCF_python Author: Abdelmajid EL HOU, Data analyst - France version 1.0 date: 25-10-2021
tested on ubuntu with python3.8
This python program parse a Variant Call Format (VCF) file and then create a polymorphism density plot from the data extracted from the file. The program take as input: the file name, window and increment value.
example: python3.8 generate_density_data.py chr02.vsc 1000000 1000
the output is a png file (plot). The script and the vcf file should be in the same directory.

Any improvments are welcome :)

About

# Author: Abdelmajid EL HOU, Data analyst - France # version 1.0 # date: 25-10-2021 # tested on ubuntu with python3.8 # This python program parse a Variant Call Format (VCF) file and then create a polymorphism density plot from the data extracted from the file. # The program take as input: the file name, window and increment value. # example: py…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages