seurat-wrappers
seurat-wrappers copied to clipboard
Please maintain the support of old version Seurat
While I install, I encounter an error, I think this is a bug:
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘Seurat’ 4.3.0.1 is being loaded, but >= 5.0.0 is required
I think this is due to: https://github.com/satijalab/seurat-wrappers/blob/master/DESCRIPTION
Imports:
BiocManager,
cowplot,
ggplot2,
igraph,
Matrix,
methods,
remotes,
rsvd,
Seurat (>= 5.0.0),
stats,
utils,
rlang
Will the author still support older version Seurat?
Is am also running Seurat 4.3 and am unable to install the seurat wrappers package. Is there a way to download an older version that is compatible with this older version of Seurat?
please can u provide a solution?
really hope to use seurat wrappers in old version Seurat, please!
Same here! Hope to use seurat-wrappers for Seurat v4.
heya guys, I think remotes::install_github('satijalab/seurat-wrappers@community-vignette')
should work.
Thank you, @ollieeknight ! This works for me!
heya guys, I think
remotes::install_github('satijalab/seurat-wrappers@community-vignette')
should work.
Thanks, very useful!