Metadata-Version: 2.1
Name: mixpopid
Version: 0.1.2
Summary: Mixed leukemic tumor cell population identification 
Home-page: https://github.com/Apollinaria45/mixpopid
Author: Polina Arsenteva
Author-email: apolinaria10@mail.ru
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
Requires-Dist: scipy
Requires-Dist: matplotlib


Mixed Cell Population Identification Package
=======================
This package contains methods designed to determine the existance of 
subpopulations with different responses to a given drug from a dataset of 
screenings with that drug on the total cell population. The dataset should 
contatin cell viability data tested on C different drug concentrations over 
N time points and containing R replicates. The package can then estimate the 
number of subpopulations, their mixture proportions and a dose-reponse curve 
for each of the subpopulations.

This version of the package contains a single module with following functions:
-   rateexpo
-   popexpo
-   objective
-   mixtureID

It also contains a dictionary 'bounds_expo', which is used by mixtureID by 
default. You can find a detailed discription in function documentation.

Some of the functions are model specific. This version only has an exponential 
model option, more are going to be added in the future. You can contribute to
the project by adding other models and bounds options.

Find all package files on: https://github.com/Apollinaria45/mixpopid


