-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hi Igor,
small thing - in the calculate_cluster_expression function it throws this error:
Error in rownames_to_column(., "gene") : is.data.frame(df) is not TRUE
Calls: calculate_cluster_expression -> %>% -> arrange -> rownames_to_column -> stopifnot
Execution halted
and its because the cluster_avg_exp (or sample_avg_exp) isnt a dataframe (its a matrix)
easily fixed by wrapping it in a data.frame - but it bugs and stops if you dont do this for me.
cluster_avg_exp = data.frame(cluster_avg_exp %>% round(3)) %>% rownames_to_column("gene") %>% arrange(gene)
Thank you for creating this incredibly useful and functional tool!!
Tosh
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels