Skip to main content

...

Project description

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





* Free software: MIT license

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

'tensorflow',
'keras',
'numpy',
'kopt',
'scipy',
'h5py',
'sklearn',
'pandas',
'statsmodels',
'pytest'

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 autoCorrection


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

::

deactivate

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

::

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

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

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

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




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

autoCorrection-9.2.0.tar.gz (31.9 MB view details)

Uploaded Source

File details

Details for the file autoCorrection-9.2.0.tar.gz.

File metadata

  • Download URL: autoCorrection-9.2.0.tar.gz
  • Upload date:
  • Size: 31.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/36.6.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/3.6.1

File hashes

Hashes for autoCorrection-9.2.0.tar.gz
Algorithm Hash digest
SHA256 9b7f820a11543ffe98aad46c051e7786d2cb18f13e5820dea7ba7a6d7cce4552
MD5 63266796fc5921a53960bb15487275d5
BLAKE2b-256 4cbfb4eca41a560ba9d2c63c112e7575193771b7273627d8fb963d39726dd9ac

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