This is a general collection of Scripts I've written for file manipulation, data analysis, and bioinformatics purposes. Scripts that generate plots typically have an plot(s) in the file name.
Scripts are written for python versions 3.6+
Usage instructions can be obtained by typing: python scriptname.py -h
Typical required packages are pandas, matplotlib, numpy, and scipy. I try to include a list of required packages for the script in the print out for python scriptname.py -h.