Skip to content
Open
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
8 changes: 8 additions & 0 deletions array/DNAm/preprocessing/QC.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,14 @@ corrplot(cor(QCmetrics[,colsToKeep], use = "p"))

```

The correlation plot above contains four normalisation violence metrics
(assessing the degree of difference between normalised and raw betas):

* rmsd: root mean squared (of) differences
* sdd: standard deviation (of) differences
* sadd: standard absolute deviation (of) differences (|differences|)
* srms: standardised root mean squared (rmsd/sdd)


## Reconfirm genetic relationships are correct

Expand Down