Displaying 1 result from an estimated 1 matches for "pbmc_small".
2023 Aug 06
3
A demonstrated shortcoming of the R package management system
...ow remove the Matrix package version 1.5.1 we installed into /usr/local leaving 1.6.0
remove.packages("Matrix")
packageVersion("Matrix")
## and we now run a bit of SeuratObject code that is now broken as Csparse_validate is gone
suppressMessages(library(SeuratObject))
data('pbmc_small')
graph <- pbmc_small[['RNA_snn']]
class(graph)
getClass('Graph')
show(graph) # this fails
--
dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org