Update README.md
SIMBA: SIngle-cell eMBedding Along with features
Main website, documentation and tutorials: https://simba-bio.readthedocs.io
Preprint: Huidong Chen, Jayoung Ryu, Michael E. Vinyard, Adam Lerer & Luca Pinello. “SIMBA: SIngle-cell eMBedding Along with features. bioRxiv, 2021.10.17.464750v1 (2021).”
The scripts used for the comparison analyses in the manuscript can be found here.
Before installing SIMBA make sure to have the correct channels priority by executing these commands:
conda config --add channels defaults conda config --add channels bioconda conda config --add channels conda-forge conda config --set channel_priority strict
To install the simba package with conda, run:
conda create -n env_simba jupyter simba
To enable the k-mer and TF analyses please install these additional dependencies(optional):
conda install r-essentials r-optparse bioconductor-jaspar2020 bioconductor-biostrings bioconductor-tfbstools bioconductor-motifmatchr bioconductor-summarizedexperiment r-doparallel bioconductor-rhdf5 bioconductor-hdf5array
We have added the support for
To install the latest development version of simba:
conda create -n env_simba_dev jupyter pytorch pybedtools -y pip install 'simba @ git+https://github.com/pinellolab/simba@dev'
Please refer to the main documentation website to learn how to use SIMBA with the provided tutorials: https://simba-bio.readthedocs.io
用于单细胞多组学数据分析的Python库
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
SIMBA
SIMBA: SIngle-cell eMBedding Along with features
Main website, documentation and tutorials: https://simba-bio.readthedocs.io
Preprint: Huidong Chen, Jayoung Ryu, Michael E. Vinyard, Adam Lerer & Luca Pinello. “SIMBA: SIngle-cell eMBedding Along with features. bioRxiv, 2021.10.17.464750v1 (2021).”
The scripts used for the comparison analyses in the manuscript can be found here.
Installation
Before installing SIMBA make sure to have the correct channels priority by executing these commands:
To install the simba package with conda, run:
To enable the k-mer and TF analyses please install these additional dependencies(optional):
SIMBA v1.2 (dev) update
We have added the support for
SIMBA v1.2 Installation
To install the latest development version of simba:
To enable the k-mer and TF analyses please install these additional dependencies(optional):
Please refer to the main documentation website to learn how to use SIMBA with the provided tutorials: https://simba-bio.readthedocs.io