1
1
Python tutorials
2
- ==========
2
+ ================
3
3
4
4
5
5
Exporting data
6
- ----------
6
+ --------------
7
7
8
8
Learn how to stream the single-cell data and metadata from Census into your machine.
9
9
@@ -16,7 +16,7 @@ Learn how to stream the single-cell data and metadata from Census into your mach
16
16
notebooks/api_demo/census_gget_demo.ipynb
17
17
18
18
[NEW! 🚀] Using integrated embeddings and models
19
- ----------
19
+ ------------------------------------------------
20
20
21
21
Tutorials that show you how to retrieve pre-calculated Census embeddings and use their associated models for your workflows.
22
22
@@ -44,23 +44,22 @@ Exploring human biology with Census embeddings.
44
44
notebooks/analysis_demo/comp_bio_embedding_exploration.ipynb
45
45
46
46
Understanding Census data
47
- ----------
47
+ --------------------------
48
48
49
49
Gain a better understanding on the nature of the Census data and how it's organized.
50
50
51
51
.. toctree ::
52
52
:maxdepth: 1
53
53
54
- notebooks/analysis_demo /census_duplicated_cells.ipynb
54
+ notebooks/api_demo /census_duplicated_cells.ipynb
55
55
notebooks/analysis_demo/comp_bio_census_info.ipynb
56
- notebooks/analysis_demo/census_summary_cell_counts.ipynb
57
56
notebooks/analysis_demo/comp_bio_explore_and_load_lung_data.ipynb
58
57
notebooks/api_demo/census_datasets.ipynb
59
58
notebooks/api_demo/census_dataset_presence.ipynb
60
59
notebooks/api_demo/census_summary_cell_counts.ipynb
61
60
62
61
Analyzing Census data
63
- ----------
62
+ ---------------------
64
63
65
64
A few examples of relevant analysis pipelines with Census data.
66
65
@@ -72,7 +71,7 @@ A few examples of relevant analysis pipelines with Census data.
72
71
notebooks/analysis_demo/comp_bio_normalizing_full_gene_sequencing.ipynb
73
72
74
73
Scalable computing
75
- ----------
74
+ ------------------
76
75
77
76
Demonstrations of memory-efficient compute workflows that leverage the streaming capabilities of Census.
78
77
@@ -81,10 +80,10 @@ Demonstrations of memory-efficient compute workflows that leverage the streaming
81
80
82
81
notebooks/experimental/highly_variable_genes.ipynb
83
82
notebooks/experimental/mean_variance.ipynb
84
- notebooks/analysis_demo /census_compute_over_X.ipynb
83
+ notebooks/api_demo /census_compute_over_X.ipynb
85
84
86
85
Scalable machine learning
87
- ----------
86
+ -------------------------
88
87
89
88
Learn about features to do data modeling directly from Census into machine learning toolkits.
90
89
0 commit comments