Skip to content

Commit

Permalink
fix to aggregated_expr_data
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyduran committed Jul 10, 2024
1 parent 6540902 commit b860277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ aggregated_expr_data <- function(cds, group_cells_by = "cell_type_broad"){
cell_group_df = cell_group_df,
norm_method = "size_only",
scale_agg_values=FALSE))
rownames(cluster_mean_exprs) = rownames(cluster_binary_exprs)

cluster_expr_table = tibble::rownames_to_column(as.data.frame(cluster_mean_exprs))
cluster_expr_table = tidyr::gather(cluster_expr_table, "cell_group",
Expand Down

0 comments on commit b860277

Please sign in to comment.