Entering edit mode
2.9 years ago
anasjamshed
▴
140
I have 2 test directories:
and one tsv file that contains information about the population:
I want to write a piece of code that will create an AFD plot for each VCF file in a folder
The output should be an AFD dot plot for each VCF file in the directory. The plot should give the AFD between population 1 (diploids) and population 2 (tetraploids)
Is this work possible through python? Is there any package which I can use?