Skip to content

Commit 87db03d

Browse files
committed
Modify readmle and docs
1 parent 35dce83 commit 87db03d

File tree

3 files changed

+28
-15
lines changed

3 files changed

+28
-15
lines changed

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,30 @@ https://checkatlas.readthedocs.io/en/latest/
4545

4646
## Examples
4747

48-
1. Evaluate and compare different atlases: https://github.com/becavin-lab/checkatlas/blob/3a4f88e94716c09a3b9c86010f570743a5855461/examples/Atlas_comparison.ipynb
48+
### Example 1 - Evaluate and compare heterogenous scanpy atlases
4949

50-
https://checkatlas.readthedocs.io/en/stable/CheckAtlas_example_1/CheckAtlas_example_1.html
50+
Evaluate and compare different atlases:
51+
[Example 1](CheckAtlas_example_1/Checkatlas_MultiQC.html)
5152

52-
2. Evaluate different version of your atlas: https://github.com/becavin-lab/checkatlas/blob/3a4f88e94716c09a3b9c86010f570743a5855461/examples/Version_comparison.ipynb
53+
### Example 2 - Evaluate different version of the same atlas
5354

54-
https://checkatlas.readthedocs.io/en/stable/CheckAtlas_example_2/CheckAtlas_example_2.html
55+
Evaluate different version of your atlas:
56+
[Example 2](CheckAtlas_example_2/Checkatlas_MultiQC.html)
5557

56-
3. Explore Scanpy, Seurat and CellRanger objects in your folder: https://github.com/becavin-lab/checkatlas/blob/main/examples/AtlasType_comparison.ipynb
58+
### Example 3 - Evaluate Scanpy, Seurat and CellRanger atlases
59+
60+
Evaluate Scanpy, Seurat and CellRanger objects in your folder:
61+
[Example 3](CheckAtlas_example_3/Checkatlas_MultiQC.html)
62+
63+
### Example 4 - Evaluate post-process and raw atlases
64+
65+
Evaluate an integrated Scanpy atlas with the corresponding raw CellRanger atlases:
66+
[Example 3](CheckAtlas_example_4/Checkatlas_MultiQC.html)
67+
68+
### Example 5 - Avaluate different cellranger version atlases
69+
Evaluate different Cellranger atlases with multiple chemistry version and cellranger version:
70+
[Example 3](CheckAtlas_example_5/Checkatlas_MultiQC.html)
5771

58-
https://checkatlas.readthedocs.io/en/stable/CheckAtlas_example_3/CheckAtlas_example_3.html
5972

6073
## Installation
6174

docs/examples/examples.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
# Examples
22

33
A list of Checkatlas results on different atlases configuration
4-
## Example 1
4+
## Example 1 - Evaluate and compare heterogenous scanpy atlases
55

66
Evaluate and compare different atlases:
77
[Example 1](CheckAtlas_example_1/Checkatlas_MultiQC.html)
88

99
This example has been generated with [1-Atlas_comparison.ipynb](jupyter/1-Atlas_comparison.ipynb) which you can downlad and run in checkatlas/examples/jupyter/ folder.
1010

11-
## Example 2
11+
## Example 2 - Evaluate different version of the same atlas
1212

1313
Evaluate different version of your atlas:
1414
[Example 2](CheckAtlas_example_2/Checkatlas_MultiQC.html)
1515

1616
This example has been generated with [2-Version_comparison.ipynb](jupyter/2-Version_comparison.ipynb) which you can downlad and run in checkatlas/examples/jupyter/ folder.
1717

18-
## Example 3
18+
## Example 3 - Evaluate Scanpy, Seurat and CellRanger atlases
1919

20-
Explore Scanpy, Seurat and CellRanger objects in your folder:
20+
Evaluate Scanpy, Seurat and CellRanger objects in your folder:
2121
[Example 3](CheckAtlas_example_3/Checkatlas_MultiQC.html)
2222

2323
This example has been generated with [3-AtlasType_comparison.ipynb](jupyter/3-AtlasType_comparison.ipynb) which you can downlad and run in checkatlas/examples/jupyter/ folder.
2424

25-
## Example 4
25+
## Example 4 - Evaluate post-process and raw atlases
2626

27-
Explore an integrate Scanpy atlas with the corresponding raw CellRanger atlas:
27+
Evaluate an integrated Scanpy atlas with the corresponding raw CellRanger atlases:
2828
[Example 3](CheckAtlas_example_4/Checkatlas_MultiQC.html)
2929

3030
This example has been generated with [4-AtlasRawvsFinal_comparison.ipynb](jupyter/4-AtlasRawvsFinal_comparison.ipynb) which you can downlad and run in checkatlas/examples/jupyter/ folder.
3131

32-
## Example 5
32+
## Example 5 - Avaluate different cellranger version atlases
3333

34-
Explore different Cellranger atlases with multiple chemistry version and cellranger version:
34+
Evaluate different Cellranger atlases with multiple chemistry version and cellranger version:
3535
[Example 3](CheckAtlas_example_5/Checkatlas_MultiQC.html)
3636

3737
This example has been generated with [5-CellRanger_comparison.ipynb](jupyter/5-CellRanger_comparison.ipynb) which you can downlad and run in checkatlas/examples/jupyter/ folder.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "checkatlas"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
description="One liner tool to check the quality of your single-cell atlases."
55
authors = ["becavin-lab"]
66
readme = "README.md"

0 commit comments

Comments
 (0)