carmonalab / STACAS

R package for semi-supervised single-cell data integration
GNU General Public License v3.0
75 stars 9 forks source link

CheckGC() not imported from SeuratObject #31

Closed gdagstn closed 9 months ago

gdagstn commented 9 months ago

Hi Massimo,

this is a quick issue I ran into when calling Run.STACAS() from within a function when Seurat is not loaded in the namespace.

It's easily overcome by loading SeuratObject, but I thought you may want to consider importing it?

Thanks!

mass-a commented 9 months ago

Thanks Giuseppe!

I'm applying some patches to the code as we speak, so I will also add the missing import you reported.

Best -m