Skip to content

Commit 7797d8a

Browse files
committed
Merge branch 'master' of github.com:DU-Bii/module-3-Stat-R
2 parents 3fdefe6 + add768c commit 7797d8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stat-R_2020/evaluation-m3-2020/NOM-PRENOM_evaluation-m3-2020.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ We propose three methods to reduce the data dimensions.
352352

353353
a. **Differentially Expressed Genes** (**DEG**). Selection of the most signficant genes reported by DESeq2 (multi-group differential analysis). This has already been done for you, we provide the table with the 1000 top significant genes.
354354

355-
b. **Variance-ordered**: genes were sorted by decreasing variance (unsupervised criterion). To avoid handling big files, we will apply a re-ordering of the 1000 top-ranking DEG genes, and see whether the genes wiht the highest variance provide good classifiers.
355+
b. **Variance-ordered**: we will sort the genes by decreasing variance (unsupervised criterion). To avoid handling big files, we will apply a re-ordering of the 1000 top-ranking DEG genes, and see whether the genes with the highest variance provide good classifiers.
356356

357357
c. **PCs** Principal components. We will use a restricted number of principal components and see if they capture a sufficient information to train a classifier.
358358

0 commit comments

Comments
 (0)