ajmazurie / xstats.padjust

padjust (subset of the xstats package) is a Python library to correct p-values for multiple testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xstats.padjust

padjust is a Python library, part of the xstats toolkit, which can be used to correct p-values for multiple testing.

Getting started

  • Download the latest version of the library from http://github.com/ajmazurie/xstats.padjust/downloads
  • Unzip the downloaded file, and cd into the resulting directory
  • Run python setup.py install. Alternatively, you can package the library by typing python setup.py bdist, which will result in the creation of a file dist/xstats.padjust-xxx.tar.gz, with 'xxx' being the version number and the name of your platform. Installing the library is then as simple as easy_install dist/xstats.padjust-xxx.tar.gz (see the setuptools documentation)

From then you only have to import padjust to use the library:

import xstats.padjust

About

padjust (subset of the xstats package) is a Python library to correct p-values for multiple testing

License:Other


Languages

Language:Python 100.0%