Skip to content

Releases: timeu/PyGWAS

Bugfix: FDR figure label

22 Aug 09:16
Compare
Choose a tag to compare

Correct FDR figure labels are displayed.
Previously Bonferroni and Benjamini Hochberg were reveresed

Bring back the colored Manhattan plots

20 Sep 13:17
Compare
Choose a tag to compare

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

13 Jun 14:10
Compare
Choose a tag to compare
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

22 Jun 13:47
Compare
Choose a tag to compare

Kinship matrix can now be generated from the command line

Fixed some issues with plotting and math domain error

24 Jan 13:24
Compare
Choose a tag to compare

Setuptools

02 Dec 11:04
Compare
Choose a tag to compare
Switched from distutils to setuptools and added entrypoint and some s…

…mall changes

First release

01 Dec 17:19
Compare
Choose a tag to compare
Replace basicConfig with dictConfig. Log WARNING and above to stderr …

…and everything else to stdout