Skip to main content

A framework for generating single-cell gene expression data

Project description


A framework for generating single-cell gene expression data

Release Notes

Installation

Both on Windows or Linux (CentOS, Ubuntu), just

pip install -r requirements.txt

Pyvips linux installation

# linux environ install pyvips using conda
conda install --channel conda-forge pyvips

Pyvips windows install vips from vips

pip install --user pyvips==2.2.1
# add vips path when running python script
import os
vipsbin = r'c:\vips-dev-8.13\bin'
os.environ['PATH'] = vipsbin + ';' + os.environ['PATH']

Develop mode

git clone https://gitlab.genomics.cn/biointelligence/implab/stero-rnd/cellbin/algorithms/cellbin.git
conda activate env # activate your env
python setup.py develop --no-deps  # develop mode, if you already have deps installed

Usage

contribute

We love your input! We want to make contributing to cellbin as easy and transparent as possible. Please see,

  • When you need to change other people's modules, remember to note the change information in the change location. like, a = 0 # parameter value to zero [by jack]

Thank you to all our contributors!

Contact

For cellbin bugs and feature requests please visit

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cell_bin-1.3.4.1-py3-none-any.whl (188.7 kB view details)

Uploaded Python 3

File details

Details for the file cell_bin-1.3.4.1-py3-none-any.whl.

File metadata

  • Download URL: cell_bin-1.3.4.1-py3-none-any.whl
  • Upload date:
  • Size: 188.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.10

File hashes

Hashes for cell_bin-1.3.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a928a5e001542c4cfa45b4e671761b0efc8332b3415b26a7e1f7973920e6fa97
MD5 981a310035946a0e4b2177fb2acd3db7
BLAKE2b-256 348d31978d459f8c524f8209745e19e83c19ccad40967aaed691e13f51a5d1d7

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