Closed yuanjiao123 closed 7 months ago
Hi @yuanjiao123, which version of BANKSY are you using? You can check with packageVersion('Banksy')
.
If you want to use the BanksyObject
class, you'll have to install the 0.1.z
version. You can do so with:
remotes::install_github('prabhakarlab/Banksy@main')
The latest version of BANKSY uses SingleCellExperiment
or SpatialExperiment
objects instead of BanksyObject
for compatibility with Bioconductor workflows. You can install this with:
remotes::install_github('prabhakarlab/Banksy')
with accompanying vignettes here.
Thank you very much, the issue has been resolved.@jleechung