junjunlab / scRNAtoolVis

Useful functions to make your scRNA-seq plot more cool!
Other
271 stars 29 forks source link

Average Heatmap for duplicated genes #30

Open Gene233 opened 1 year ago

Gene233 commented 1 year ago

I am trying to make an average heatmap of multiple gene lists. When I use unlist(gene_list) it works fine, but when I try to split the rows based on the gene list, it fails. The function does not seem to keep duplicate genes as rows and remove duplicate rows, so it is not possible to split rows based on gene list name. Is it possible for you to update this to allow duplicate genes to be used as rows in genome comparisons?

Thanks!

junjunlab commented 11 months ago

Thanks for your suggestion.