Skip to content

Commit

Permalink
change order of script 6 & 7
Browse files Browse the repository at this point in the history
NatanYusupov committed Mar 15, 2024
1 parent 0170337 commit d1c9c4b
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pipeline_flowchart/pipeline_flowchart.Rmd
Original file line number Diff line number Diff line change
@@ -19,16 +19,16 @@ data <- tibble::tibble(from = c("Define Data Properties & Locations,
"Quality Control (Script 3)",
"Check Matching Epigenetic Sex (Script 4)",
"Samples Exclusion (Script 5)",
"Normalization (Script 6)",
"Filtering CpGs (Script 7)",
"Filtering CpGs (Script 6)",
"Normalization (Script 7)",
"Removal of Outliers & Detection of Batch Effects (Script 8)",
"Correction of Technical Batch Effects - Filtered Data (Script 9)"),
to = c("Import Raw DNAm (Script 2)",
"Quality Control (Script 3)",
"Check Matching Epigenetic Sex (Script 4)",
"Samples Exclusion (Script 5)",
"Normalization (Script 6)",
"Filtering CpGs (Script 7)",
"Filtering CpGs (Script 6)",
"Normalization (Script 7)",
"Removal of Outliers & Detection of Batch Effects (Script 8)",
"Correction of Technical Batch Effects - Filtered Data (Script 9)",
"Correction of Technical Batch Effects - Unfiltered Data (Script 10)"))
Binary file modified pipeline_flowchart/pipeline_flowchart.pdf
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit d1c9c4b

Please sign in to comment.