Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-marsh committed Dec 4, 2024
1 parent 7ea98f3 commit 9506cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Internal_Utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -2207,7 +2207,7 @@ Metrics_Single_File_v9plus <- function(

column_numbers_numeric <- setdiff(x = all_columns, y = column_numbers_pct)

raw_data_gex[,c(column_numbers_numeric)] <- lapply(raw_data_gex[,c(column_numbers_numeric)],function(x){as.numeric(x)})
raw_data_gex[,c(column_numbers_numeric)] <- lapply(raw_data_gex[,c(column_numbers_numeric)],function(x){as.numeric(x = x)})

# Change column nams to use "_" separator instead of "." for readability
colnames(x = raw_data_gex) <- gsub(pattern = "\\.", replacement = "_", x = colnames(x = raw_data_gex))
Expand Down

0 comments on commit 9506cfe

Please sign in to comment.