R script for visualising allele frequency on world map
- conda env create -f mapplot_r.yml
- conda activate mapplot_r
- Rscript script.R ./input_file/test_data.txt ./countries.csv 4 out_file
#countries.csv contains country names, and their latitute and longitute
#4 is number of allele type
#out_file is output file label
#other parameters can be adjusted in script.R
#reference source:https://github.com/mfmakahiya/Map-plot