Skip to content

Commit

Permalink
buf fix script 10
Browse files Browse the repository at this point in the history
  • Loading branch information
NatanYusupov committed Mar 28, 2024
1 parent e2b6650 commit 612127d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/10_correction_batch_effects_unfiltered.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ if (changing_status == "changed") {
cat("PCA results and M-values in the different correction steps and final batch-corrected dataset were saved to the processed_data folder",
sep = "<br<\n")
if (all.equal(colnames(Betas_clean_unfiltered_quantile_bmiq_filtered_combated),rownames(PhenoData_clean))){
if (all.equal(colnames(Betas_clean_unfiltered_quantile_bmiq_combated),rownames(PhenoData_clean))){
cat("The sample names between the unfiltered-normalized-corrected Beta dataset and the phenotype data were identical",
"ExpressionSet for unfiltered data was created and saved to the processed data folder", sep = "<br>\n")
} else {
Expand Down

0 comments on commit 612127d

Please sign in to comment.