提交 b4844502 编写于 作者: rictjo's avatar rictjo

init

上级 279f814c
init:
pip install -r requirements.txt
# Group Factor Analysis Code
Decomposes a set of expressions into a group expression
and calculates how it is regulated via an ANOVA that is
relating it to the observables in the journal file. The
final p values are then fdr corrected and the resulting
q values are also calculated.
The journal and analyte expression file must be ordered
the same way with respect to the samples that are
positioned on the columns.
name = "impetuous-gfa"
pandas==0.23.4
numpy==1.13.3
statsmodels==0.9.0
sklearn==0.19.0
scipy==0.19.1
patsy==0.5.0
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="impetuous-gfa",
version="0.1.0",
author="Richard Tjörnhammar",
author_email="richard.tjornhammar@gmail.com",
description="Impetuous Group Factor Analysis",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/richardtjornhammar/impetuous",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache License 2.0",
"Operating System :: OS Independent",
"Domain :: Group Factor Analysis",
],
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册