diff --git a/single-cell-analysis/01-sc-data/index.md b/single-cell-analysis/01-sc-data/index.md index 4151335..674b63c 100644 --- a/single-cell-analysis/01-sc-data/index.md +++ b/single-cell-analysis/01-sc-data/index.md @@ -1,7 +1,7 @@ --- title: 'Single-Cell Expression Data' subTitle: '' -requireLogin: false +requireLogin: true quizThreshold: 0.6 chapters: - single-cell-analysis/01-introduction diff --git a/single-cell-analysis/02-qc-preprocessing-batch/index.md b/single-cell-analysis/02-qc-preprocessing-batch/index.md index 59d7259..ce44afa 100644 --- a/single-cell-analysis/02-qc-preprocessing-batch/index.md +++ b/single-cell-analysis/02-qc-preprocessing-batch/index.md @@ -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 diff --git a/single-cell-analysis/03-cluster-exploration/index.md b/single-cell-analysis/03-cluster-exploration/index.md index 8da8559..a5d3d1b 100644 --- a/single-cell-analysis/03-cluster-exploration/index.md +++ b/single-cell-analysis/03-cluster-exploration/index.md @@ -1,7 +1,7 @@ --- -title: 'Clusters' +title: 'Exploring Clusters' subTitle: '' -requireLogin: false +requireLogin: true quizThreshold: 0.6 chapters: - single-cell-analysis/06-marker-genes @@ -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.