Skip to content

Commit

Permalink
Updated script description for more clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera N. Karlbauer committed Aug 13, 2024
1 parent 5d02e93 commit 5f7b9a3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/3_quality_control.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ summary_table_preprocessing <- readRDS(paste0(user_choices$project_name, "/repor

This script

* removes samples with detection *p* values lower that threshold set by user (default 0.05)
* saves person IDs of failed samples
* calculates detection *p* values for each probe and sample
* removes samples with detection *p* values higher that threshold set by user (default 0.05)
* saves person IDs of failed samples (with insufficient detection *p* values)
* generates reports of poor quality samples according to detection *p* values
* generates minfi QC report for remaining samples
* generates Individual Density report, asks user to visually examine.
* generates Individual Density report, asks user to visually examine
Please note: Probes with high detection *p* values are not yet removed in this step, but in script 6.

<br>
**Notes:**
Expand Down

0 comments on commit 5f7b9a3

Please sign in to comment.