Skip to content

Commit

Permalink
Update Helper.R
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorRDB committed Nov 3, 2020
1 parent eec6b04 commit 00e1140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DE/Scripts/Helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ all_de <- function(sce1, sce2, f, s, m_locs, comps) {
de_genes <- bind_rows(de_genes, .id = "dataset")
de_genes <- de_genes %>%
mutate(method = paste0(dataset, "_", comp, "_", label),
Clustering = word(label, 1, sep = "\."),
Clustering = word(label, 1, sep = "\\."),
Level = if_else(str_detect(label, "100", "Final", "Initial")),
Group = paste0(dataset, "_", comp, "_", Level))
clusterings <- unique(de_genes$Clustering)
Expand Down

0 comments on commit 00e1140

Please sign in to comment.