Skip to content

Commit

Permalink
MICTI
Browse files Browse the repository at this point in the history
  • Loading branch information
insilicolife committed Jun 20, 2019
1 parent 822957d commit ba0e27f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Installation

::

$from MICTI import *
$from MICTI import MARKER
4 changes: 2 additions & 2 deletions docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ Marker genes for each cluster


+---------+-----------+--------------+--------------+
| Genes | Z_scores | fdr | p_value |
| | | | |
| Genes | Z_scores | Adj P_value | p_value |
| | | | |
+=========+===========+==============+==============+
|HLA-DRA | 40.605319 | 0.000000e+00 | 0.000000e+00|
+---------+-----------+--------------+--------------+
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setuptools.setup(
name="MICTI",
version="0.1.2",
version="0.1.3",
author="Nigatu Ayele",
author_email="[email protected]",
description="Feature extraction approach in single-cell gene expression profiling for cell-type marker identification.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/insilicolife/micti",
packages=setuptools.find_packages(),
install_requires=['numpy', 'pandas','scipy','scikit-learn', 'matplotlib', 'gprofiler', 'seaborn','pyensembl'],
install_requires=['numpy', 'pandas','scipy','scikit-learn', 'matplotlib','mpl_toolkits','pylab','gensim', 'gprofiler', 'seaborn','pyensembl', 'bs4','urllib','requests','json',"setuptools"],
classifiers=(
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit ba0e27f

Please sign in to comment.