Skip to content

Commit

Permalink
- remove output file of all genes non filtered by CPM, realized it wo…
Browse files Browse the repository at this point in the history
…uld be the same output file everytime.
  • Loading branch information
syeddans committed Jan 10, 2024
1 parent f6789d3 commit 36492d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/write_output_tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ write_tables <- function(facet) {
#######################################
message("write results tables to txt")
message(paste0("Rounding numeric data to ",params$output_digits," digits."))
write.table(id_table %>% mutate(across(where(is.numeric), ~ round(., digits = params$output_digits))),
file = file.path(output_folder,
paste0(prefix,"-ALL_non_CPM_Filter.txt")),
quote = F, sep = '\t', col.names = NA)
write.table(allResults %>% mutate(across(where(is.numeric), ~ round(., digits = params$output_digits))),
file = file.path(output_folder,
paste0(prefix,"-DESeq_output_ALL.txt")),
Expand Down

0 comments on commit 36492d7

Please sign in to comment.