SaskiaFreytag / schex

72 stars 9 forks source link

make_hexbin() not working for seurat object #25

Open mmohenska opened 8 months ago

mmohenska commented 8 months ago

Hi, I have been using this package and had no issue until today with the make_hexbin() function (on seurat v5 objects).

This is what I write, and the error message I get.

seu <- make_hexbin(seu, nbins = 80, dimension_reduction = "UMAP")

Error in (function (classes, fdef, mtable) : unable to find an inherited method for function 'make_hexbin' for signature '"Seurat"'

Could I please get some help? Thank you!