Metadata-Version: 2.1
Name: scbean
Version: 0.5.0b0
Summary: integration
Home-page: https://github.com/jhu99/scbean
Author: Jialu Hu
Author-email: jhu@nwpu.edu.cn
License: MIT
Description: # Scbean
        
        [![Documentation Status](https://readthedocs.org/projects/scbean/badge/?version=latest)](https://scbean.readthedocs.io/en/latest/?badge=latest) [![Build Status](https://www.travis-ci.com/jhu99/scbean.svg?token=wnxY2Jwmr9V1MufszFW4&branch=main)](https://www.travis-ci.com/jhu99/scbean) ![PyPI](https://img.shields.io/pypi/v/scbean?color=blue) [![Downloads](https://pepy.tech/badge/scbean)](https://pepy.tech/project/scbean) ![GitHub Repo stars](https://img.shields.io/github/stars/jhu99/scbean?color=yellow)
        
        Scbean integrates a range of models for single-cell data analysis, including dimensionality reduction, remvoing batch effects, and transferring well-annotated cell type labels from scRNA-seq to scATAC-seq and spatial resoved transcriptomics. It is efficient and scalable for large-scale datasets. Scbean will also provide more fundamental analyses for multi-modal data and spatial resoved transcriptomics in the future. The output of our integrated data can be easily used for downstream data analyses such as clustering, identification of cell subpopulations, differential gene expression, visualization using either [Seurat](https://satijalab.org/seurat/) or [Scanpy](https://scanpy-tutorials.readthedocs.io).
        
        ### Citation
        Jialu Hu, Mengjie Chen, Xiang Zhou, Effective and scalable single-cell data alignment with non-linear canonical correlation analysis, Nucleic Acids Research, Volume 50, Issue 4, 28 February 2022, Page e21, https://doi.org/10.1093/nar/gkab1147
        
        Jialu Hu, Yuanke Zhong, Xuequn Shang, A versatile and scalable single-cell data integration algorithm based on domain-adversarial and variational approximation, Briefings in Bioinformatics, Volume 23, Issue 1, January 2022, bbab400, https://doi.org/10.1093/bib/bbab400
        
        ### Installation
        
        - Create conda environment
        
          ```shell
          $ conda create -n scbean python=3.8
          $ conda activate scbean
          ```
        
        - Install scbean from pypi
        
          ```shell
          $ pip install scbean
          ```
        
        - Alternatively, install the develop version of scbean from GitHub source code
        
          ```shell
          $ git clone https://github.com/jhu99/scbean.git
          $ cd ./scbean/
          $ python -m pip install .
          ```
        
        **Note**: Please make sure your python version >= 3.7, and install tensorflow-gpu if GPU is available on your your machine.
        
        ### Usage of scbean
        
        For a quick start, please follow our guide about the usage of scbean in the [Tutorial and Documentation](https://scbean.readthedocs.io/en/latest/) pages.
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
