File size: 1,641 Bytes
0161e74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.. scGPT documentation master file, created by
   sphinx-quickstart on Sun Jul  2 07:16:12 2023.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to scGPT's documentation!

.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
    :target: https://scgpt.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/scgpt.svg
      :target: https://pypi.python.org/pypi/scgpt
      :alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/scgpt.svg
      :target: https://pypi.python.org/pypi/scgpt
      :alt: PyPI supported Python versions

Welcome to the documentation for scGPT, a Python package for single-cell multi-omic data analysis using pretrained foundation models. This package is based on the work of scGPT (`GitHub <https://github.com/bowang-lab/scGPT>`_, `preprint <https://www.biorxiv.org/content/10.1101/2023.04.30.538439>`_) and provides a set of functions for data preprocessing, visualization, and model evaluation.

=================================

.. toctree::
   :maxdepth: 2
   :caption: Getting Started:

   introduction
   installation

.. toctree::
   :maxdepth: 1
   :caption: Tutorials:

   tutorial_grn
   tutorial_integraion
   tutorial_annotation
   tutorial_perturbation
   tutorial_reference_mapping

.. toctree::
   :maxdepth: 2
   :caption: API Reference:

   scgpt

.. toctree::
   :maxdepth: 2
   :caption: References:

   faq
   references



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`