epical --- Epigenetic age Calculator
Project description
Installation
Epical is coded in Python. It needs Python 3 (version 3.5.x) or a later version for installation and execution.
Prerequisites
TensorFlow (Only requires by AltumAge)
Python Dependencies
Install Epical
# Create a virtual environment ... # install from PyPI $ pip3 install epical # install from github $ pip3 install git+https://github.com/liguowang/epical.git # test if *epical* is available and excutable $ epical --version epical 0.0.1
Upgrade Epical
$ pip3 install epical --upgrade
Uninstall Epical
$ pip3 uninstall epical
Run Epical
Print out usage and all the available clocks
$ epical --help usage: epical [-h] [-v] {Horvath13, Horvath13_shrunk, Horvath18, Levine, ...} ...
Example: run the “Horvath13” command
# print usage of the "Horvath13" command $ epical Horvath13 --help ... # run example data $ epical Horvath13 -m blood_N20_info.tsv -o output blood_N20_MethylationEPIC-v1.0_beta.tsv.gz 2024-01-04 07:52:11 [INFO] The prefix of output files is set to "output". 2024-01-04 07:52:11 [INFO] Loading Horvath13 clock data ... 2024-01-04 07:52:11 [INFO] Clock's name: "Horvath13" 2024-01-04 07:52:11 [INFO] Clock was trained from: "Pan-tissue" 2024-01-04 07:52:11 [INFO] Clock's unit: "years" 2024-01-04 07:52:11 [INFO] Number of CpGs used: 353 ...
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
epical-1.1.0.tar.gz
(18.5 MB
view hashes)
Built Distribution
epical-1.1.0-py3-none-any.whl
(18.7 MB
view hashes)