Skip to main content

development_time_predict

Project description

development_time_predict

Install package:

pip install icmodel

Usage:

import icmodel
# Load data
test_data = sc.read_h5ad('DATA/PATH')
# Predict time
test_data = icmodel.Predict(test_data,pred='development time',NN=True,n=5)
# Predict celltype
test_data = icmodel.Predict(test_data,pred='cell type')

Build Docker image:

Install Docker:tutorial

 cd development_time_predict
 docker build -t time-predict:v1 .
 # Successfully built xxxxxxxxx
 # Successfully tagged time-predict:v1
 docker run --name task_name -u $(id -u):$(id -g) -p $port:8888 -it -v /local/path:/home/jovyan/work time-predict:v1

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

icmodel-0.0.1.tar.gz (8.6 MB view hashes)

Uploaded Source

Built Distribution

icmodel-0.0.1-py3-none-any.whl (8.6 MB view hashes)

Uploaded Python 3

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