Skip to content

Commit

Permalink
Fix column types
Browse files Browse the repository at this point in the history
  • Loading branch information
oligomyeggo committed Jan 31, 2024
1 parent 3eef54c commit fc98bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/experiments_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ add_cluster_annotations <- function(seurat_obj, cluster_obj, silent = FALSE){
}
annotation_set <- data.frame(
factor(cluster_number),
cluster_display_name,
factor(cluster_display_name),
cluster_color
)
colnames(annotation_set) <- c(target_res, clean_display_name, "cluster_color")
Expand Down

0 comments on commit fc98bbb

Please sign in to comment.