Skip to content

Commit

Permalink
Merge branch 'main' of github.com:theislab/multigrate-multimil
Browse files Browse the repository at this point in the history
  • Loading branch information
alitinet committed Jul 29, 2024
2 parents ec2b758 + 07e8a3e commit a503b38
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Multimodal weakly supervised learning to identify disease-specific changes in single-cell atlases.
# Multimodal weakly supervised learning to identify disease-specific changes in single-cell atlases

[![Tests][badge-tests]][link-tests]
[![Documentation][badge-docs]][link-docs]

[badge-tests]: https://img.shields.io/github/actions/workflow/status/theislab/multimil/test.yaml?branch=main
[link-tests]: https://github.com/theislab/multimil/actions/workflows/test.yml
[badge-docs]: https://img.shields.io/readthedocs/multimil
[badge-colab]: https://colab.research.google.com/assets/colab-badge.svg

## Getting started

Expand All @@ -15,11 +16,9 @@ Please refer to the [documentation][link-docs]. In particular, the

and the tutorials:

- [Paired integration and query-to-reference mapping](https://multimil.readthedocs.io/en/latest/notebooks/paired_integration_cite-seq.html) [![Open In Colab][colab_badge]](https://colab.research.google.com/github/theislab/multimil/blob/main/docs/notebooks/paired_integration_cite-seq.ipynb)
- [Trimodal integration and query-to-reference mapping][https://multimil.readthedocs.io/en/latest/notebooks/trimodal_integration.html] [![Open In Colab][colab_badge]](https://colab.research.google.com/github/theislab/multimil/blob/main/docs/notebooks/trimodal_integration.ipynb)
- [Classification with MIL][https://multimil.readthedocs.io/en/latest/notebooks/mil_classification.html] [![Open In Colab][colab_badge]](https://colab.research.google.com/github/theislab/multimil/blob/main/docs/notebooks/mil_classification.ipynb)

[colab-badge]: https://colab.research.google.com/assets/colab-badge.svg
- [Paired integration and query-to-reference mapping](https://multimil.readthedocs.io/en/latest/notebooks/paired_integration_cite-seq.html) [![Open In Colab][badge-colab]](https://colab.research.google.com/github/theislab/multimil/blob/main/docs/notebooks/paired_integration_cite-seq.ipynb)
- [Trimodal integration and query-to-reference mapping](https://multimil.readthedocs.io/en/latest/notebooks/trimodal_integration.html) [![Open In Colab][badge-colab]](https://colab.research.google.com/github/theislab/multimil/blob/main/docs/notebooks/trimodal_integration.ipynb)
- [Classification with MIL](https://multimil.readthedocs.io/en/latest/notebooks/mil_classification.html) [![Open In Colab][badge-colab]](https://colab.research.google.com/github/theislab/multimil/blob/main/docs/notebooks/mil_classification.ipynb)

## Installation

Expand Down

0 comments on commit a503b38

Please sign in to comment.