Skip to main content

...

Project description

========
Overview
========





* Free software: MIT license

Activate virtual environment
==================
Together with the autoCorrection package you will get

'tensorflow',
'toolz',
'keras',
'numpy',
'kopt',
'scipy',
'h5py',
'sklearn',
'dask',
'pandas',
'statsmodels'

packages automatically installed, if not present.

If you don't wannt to install these packages globally, please use virtual environment.

If you have problems with virtualenv, installing using conda may help:

(Installation of conda: https://conda.io/docs/user-guide/install/index.html)

Make sure you are using python 3.

conda create -n mypyth3 python=3.6

source activate mypyth3

conda install virtualenv

activate new environment in active python 3 environment:

virtualenv env-with-autoCorrection

source env-with-autoCorrection/bin/activate

Check if you are still using python 3:

python --version


Package Installation
============

::

pip install autocontrol


Deactivate virtual environment
============

::

deactivate

Usage
============

::

#in python:
python
import autocontrol
import numpy as np
counts = np.random.negative_binomial(n = 20, p=0.2, size = (10,8))
sf = np.ones((10,8))
corrector = autocontrol.correctors.AECorrector()
c = corrector.correct(counts = counts, size_factors = sf)

#in R:
library(reticulate)
autoCorrection <- import("autocontrol")
corrected <- autoCorrection$correctors$AECorrector(model_name, model_directory)$correct(COUNTS, SIZE_FACTORS, only_predict=FALSE)

Documentation
=============

https://i12g-gagneurweb.in.tum.de/public/docs/autocontrol/




Changelog
=========

0.0.1 (2017-11-01)
------------------

* First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autocontrol-1.0.0.tar.gz (359.6 kB view details)

Uploaded Source

File details

Details for the file autocontrol-1.0.0.tar.gz.

File metadata

  • Download URL: autocontrol-1.0.0.tar.gz
  • Upload date:
  • Size: 359.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for autocontrol-1.0.0.tar.gz
Algorithm Hash digest
SHA256 83f4d0a6ff9cdcfa830bfc686e32c1fd8375e28d40b447fb837ef54bcad5d70d
MD5 9dc370b6f35c8f03f97aef6714bd3344
BLAKE2b-256 9d869995faa5e98f3a782fdd9bdfd7cada8fa60a49f50bd88bcff88ae1acd3fa

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page