Skip to content

Commit 9df6fe9

Browse files
committed
NF_MAAgilent1ch: address #97
1 parent 2bbe8e9 commit 9df6fe9

File tree

1 file changed

+1
-1
lines changed
  • Microarray/Agilent_1-channel/Workflow_Documentation/NF_MAAgilent1ch/workflow_code/bin

1 file changed

+1
-1
lines changed

Microarray/Agilent_1-channel/Workflow_Documentation/NF_MAAgilent1ch/workflow_code/bin/Agile1CMP.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ reformat_names <- function(colname, group_name_mapping) {
725725
return(new_colname)
726726
}
727727
728-
df_interim <- df_interim %>% dplyr::rename_with( reformat_names, group_name_mapping = design_data$mapping )
728+
df_interim <- df_interim %>% dplyr::rename_with(reformat_names, .cols = matches('\\.condition|^Genes\\.'), group_name_mapping = design_data$mapping)
729729
730730
731731
# Concatenate expression values for each sample

0 commit comments

Comments
 (0)