Skip to content

Releases: timeu/PyGWAS

Bugfix: FDR figure label

Choose a tag to compare

@timeu timeu released this 22 Aug 09:16

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

Bring back the colored Manhattan plots

Choose a tag to compare

@timeu timeu released this 20 Sep 13:17

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

Choose a tag to compare

@timeu timeu released this 13 Jun 14:10
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

Choose a tag to compare

@timeu timeu released this 22 Jun 13:47

Kinship matrix can now be generated from the command line

Fixed some issues with plotting and math domain error

Choose a tag to compare

@timeu timeu released this 24 Jan 13:24
v.1.0.1

Upgrade to version 1.0.1

Setuptools

Choose a tag to compare

@timeu timeu released this 02 Dec 11:04
v0.1.1

Switched from distutils to setuptools and added entrypoint and some s…

First release

Choose a tag to compare

@timeu timeu released this 01 Dec 17:19
v0.1.0

Replace basicConfig with dictConfig. Log WARNING and above to stderr …