Skip to content
Merged
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
2 changes: 1 addition & 1 deletion single-cell-analysis/01-sc-data/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Single-Cell Expression Data'
subTitle: ''
requireLogin: false
requireLogin: true
quizThreshold: 0.6
chapters:
- single-cell-analysis/01-introduction
Expand Down
2 changes: 1 addition & 1 deletion single-cell-analysis/02-qc-preprocessing-batch/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Quality Control, Preprocessing and Batch Effect Correction'
subTitle: ''
requireLogin: false
requireLogin: true
quizThreshold: 0.6
chapters:
- single-cell-analysis/04-preprocessing
Expand Down
8 changes: 3 additions & 5 deletions single-cell-analysis/03-cluster-exploration/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Clusters'
title: 'Exploring Clusters'
subTitle: ''
requireLogin: false
requireLogin: true
quizThreshold: 0.6
chapters:
- single-cell-analysis/06-marker-genes
Expand All @@ -22,9 +22,7 @@ Following are the main concepts we will cover:

- **Cell Scoring:** Assigning scores to cells based on marker gene expression.

- **Clustering:** Grouping similar cells based on gene expression patterns.

- **Louvain Clustering:** A method for detecting groups (clusters) of similar cells.
- **Clustering:** Grouping similar cells based on gene expression patterns.

- **Differential Expression:** Identifying genes that differ between groups of cells.

Expand Down