Releases: timeu/PyGWAS
Releases · timeu/PyGWAS
Bugfix: FDR figure label
Bring back the colored Manhattan plots
User's can now generate colored Manhattan plots instead of the blue shaded one. By default the blue shaded ones are generated. Additionally users can specify which fdr threshold is plotted.
Bugfix: Loading pvalues from a csv file
Bugfix: Properly check pvalues/scores when loading from a csv When loading the pvalues from a csv properly check if these are pvalues or scores by checking if there are any values > 1. This is more reliable than checking the column header
Commandline option kinship added
Kinship matrix can now be generated from the command line
Fixed some issues with plotting and math domain error
v.1.0.1 Upgrade to version 1.0.1
Setuptools
v0.1.1 Switched from distutils to setuptools and added entrypoint and some s…
First release
v0.1.0 Replace basicConfig with dictConfig. Log WARNING and above to stderr …