Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functions for integrating CITE-seq data #114

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions .history/pyproject_20240208235548.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
[build-system]
requires = ["setuptools", "wheel", "flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "scglue"
version = "0.3.2"
description = "Graph-linked unified embedding for unpaired single-cell multi-omics data integration"
readme = "README.md"
requires-python = ">=3.6"
license = {file = "LICENSE"}
authors = [
{name = "Zhi-Jie Cao", email = "caozj@mail.cbi.pku.edu.cn"},
{name = "Xin-Ming Tu", email = "xinmingtu@pku.edu.cn"}
]
keywords = ["bioinformatics", "deep-learning", "single-cell", "single-cell-multiomics"]
classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Bio-Informatics"
]
dependencies = [
"numpy>=1.19",
"scipy>=1.3",
"pandas>=1.1",
"matplotlib>=3.1.2",
"seaborn>=0.9",
"dill>=0.2.3",
"tqdm>=4.27",
"scikit-learn>=0.21.2",
"statsmodels>=0.10",
"parse>=1.3.2",
"networkx>=2",
"pynvml>=8.0.1",
"torch>=1.8",
"pytorch-ignite>=0.4.1",
"tensorboardX>=1.4",
"anndata>=0.7",
"scanpy>=1.5",
"pybedtools>=0.8.1",
"h5py>=2.10",
"sparse>=0.3.1",
"packaging>=16.8",
"leidenalg>=0.7",
"muon>=0.1.5"
]

[project.optional-dependencies]
doc = [
"sphinx<7",
"sphinx-autodoc-typehints",
"sphinx-copybutton",
"sphinx-intl",
"nbsphinx",
"sphinx-rtd-theme",
"ipython",
"jinja2"
]
test = [
"plotly",
"pytest",
"pytest-cov"
]

[project.urls]
Github = "https://github.com/gao-lab/GLUE"

[tool.flit.sdist]
exclude = [".*", "c*", "d*", "e*", "pa*", "t*", "T*"]
78 changes: 78 additions & 0 deletions .history/pyproject_20240223082542.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
[build-system]
requires = ["setuptools", "wheel", "flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "scglue"
version = "0.3.2"
description = "Graph-linked unified embedding for unpaired single-cell multi-omics data integration"
readme = "README.md"
requires-python = ">=3.6"
license = {file = "LICENSE"}
authors = [
{name = "Zhi-Jie Cao", email = "caozj@mail.cbi.pku.edu.cn"},
{name = "Xin-Ming Tu", email = "xinmingtu@pku.edu.cn"}
]
keywords = ["bioinformatics", "deep-learning", "single-cell", "single-cell-multiomics"]
classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Bio-Informatics"
]
dependencies = [
"numpy>=1.19",
"scipy>=1.3",
"pandas>=1.1",
"matplotlib>=3.1.2",
"seaborn>=0.9",
"dill>=0.2.3",
"tqdm>=4.27",
"scikit-learn>=0.21.2",
"statsmodels>=0.10",
"parse>=1.3.2",
"networkx>=2",
"pynvml>=8.0.1",
"torch>=1.8",
"pytorch-ignite>=0.4.1",
"tensorboardX>=1.4",
"anndata>=0.7",
"scanpy>=1.5",
"pybedtools>=0.8.1",
"h5py>=2.10",
"sparse>=0.3.1",
"packaging>=16.8",
"leidenalg>=0.7",
"muon>=0.1.5"
]

[project.optional-dependencies]
doc = [
"sphinx<7",
"sphinx-autodoc-typehints",
"sphinx-copybutton",
"sphinx-intl",
"nbsphinx",
"sphinx-rtd-theme",
"ipython",
"jinja2"
]
test = [
"plotly",
"pytest",
"pytest-cov"
]

[project.urls]
Github = "https://github.com/gao-lab/GLUE"

[tool.flit.sdist]
exclude = [".*", "c*", "d*", "e*", "pa*", "t*", "T*"]
78 changes: 78 additions & 0 deletions .history/pyproject_20240223083721.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
[build-system]
requires = ["setuptools", "wheel", "flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "scglue"
version = "0.3.2"
description = "Graph-linked unified embedding for unpaired single-cell multi-omics data integration"
readme = "README.md"
requires-python = ">=3.6"
license = {file = "LICENSE"}
authors = [
{name = "Zhi-Jie Cao", email = "caozj@mail.cbi.pku.edu.cn"},
{name = "Xin-Ming Tu", email = "xinmingtu@pku.edu.cn"}
]
keywords = ["bioinformatics", "deep-learning", "single-cell", "single-cell-multiomics"]
classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Bio-Informatics"
]
dependencies = [
"numpy>=1.19",
"scipy>=1.3",
"pandas>=1.1",
"matplotlib>=3.1.2",
"seaborn>=0.9",
"dill>=0.2.3",
"tqdm>=4.27",
"scikit-learn>=0.21.2",
"statsmodels>=0.10",
"parse>=1.3.2",
"networkx>=2",
"pynvml>=8.0.1",
"torch>=1.8",
"pytorch-ignite>=0.4.1",
"tensorboardX>=1.4",
"anndata>=0.7",
"scanpy>=1.5",
"pybedtools>=0.8.1",
"h5py>=2.10",
"sparse>=0.3.1",
"packaging>=16.8",
"leidenalg>=0.7",
"muon>=0.1.5"
]

[project.optional-dependencies]
doc = [
"sphinx<7",
"sphinx-autodoc-typehints",
"sphinx-copybutton",
"sphinx-intl",
"nbsphinx",
"sphinx-rtd-theme",
"ipython",
"jinja2"
]
test = [
"plotly",
"pytest",
"pytest-cov"
]

[project.urls]
Github = "https://github.com/gao-lab/GLUE"

[tool.flit.sdist]
exclude = [".*", "c*", "d*", "e*", "pa*", "t*", "T*"]
78 changes: 78 additions & 0 deletions .history/pyproject_20240223083840.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
[build-system]
requires = ["setuptools", "wheel", "flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "scglue"
version = "0.3.2"
description = "Graph-linked unified embedding for unpaired single-cell multi-omics data integration"
readme = "README.md"
requires-python = ">=3.6"
license = {file = "LICENSE"}
authors = [
{name = "Zhi-Jie Cao", email = "caozj@mail.cbi.pku.edu.cn"},
{name = "Xin-Ming Tu", email = "xinmingtu@pku.edu.cn"}
]
keywords = ["bioinformatics", "deep-learning", "single-cell", "single-cell-multiomics"]
classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Bio-Informatics"
]
dependencies = [
"numpy>=1.19",
"scipy>=1.3",
"pandas>=1.1",
"matplotlib>=3.1.2",
"seaborn>=0.9",
"dill>=0.2.3",
"tqdm>=4.27",
"scikit-learn>=0.21.2",
"statsmodels>=0.10",
"parse>=1.3.2",
"networkx>=2",
"pynvml>=8.0.1",
"torch>=1.8",
"pytorch-ignite>=0.4.1",
"tensorboardX>=1.4",
"anndata>=0.7",
"scanpy>=1.5",
"pybedtools>=0.8.1",
"h5py>=2.10",
"sparse>=0.3.1",
"packaging>=16.8",
"leidenalg>=0.7",
"muon>=0.1.5"
]

[project.optional-dependencies]
doc = [
"sphinx<7",
"sphinx-autodoc-typehints",
"sphinx-copybutton",
"sphinx-intl",
"nbsphinx",
"sphinx-rtd-theme",
"ipython",
"jinja2"
]
test = [
"plotly",
"pytest",
"pytest-cov"
]

[project.urls]
Github = "https://github.com/gao-lab/GLUE"

[tool.flit.sdist]
exclude = [".*", "c*", "d*", "e*", "pa*", "t*", "T*"]
Loading