Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please maintain the support of old version Seurat #169

Open
Landau1994 opened this issue Nov 9, 2023 · 10 comments
Open

Please maintain the support of old version Seurat #169

Landau1994 opened this issue Nov 9, 2023 · 10 comments

Comments

@Landau1994
Copy link

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?

@micahtratt
Copy link

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?

@yamihn
Copy link

yamihn commented Nov 17, 2023

please can u provide a solution?

@chanfree
Copy link

really hope to use seurat wrappers in old version Seurat, please!

@bingy007
Copy link

Same here! Hope to use seurat-wrappers for Seurat v4.

@ollieeknight
Copy link

heya guys, I think remotes::install_github('satijalab/seurat-wrappers@community-vignette') should work.

@csu06gnauh
Copy link

Thank you, @ollieeknight ! This works for me!

@yiqianzhang0121
Copy link

heya guys, I think remotes::install_github('satijalab/seurat-wrappers@community-vignette') should work.

Thanks, very useful!

@soniyalama
Copy link

Worked for me as well, on R version 3.6.3, Seurat version 3.1.5! Thanks @ollieeknight

@TsangCM
Copy link

TsangCM commented Jun 7, 2024

heya guys, I think remotes::install_github('satijalab/seurat-wrappers@community-vignette') should work.

Thank you, @ollieeknight! Worked for me on R version 4.1.0, but i got the SeuratWrappers version 0.2.0, which lacks the RunPrestoAll function. This function might be available in a later version of SeuratWrappers. Is there a way to manually install SeuratWrappers version 0.3.0 or higher?

@322029
Copy link

322029 commented Jun 12, 2024

heya guys, I think remotes::install_github('satijalab/seurat-wrappers@community-vignette') should work.

Thank you, @ollieeknight! Worked for me on R version 4.1.0, but i got the SeuratWrappers version 0.2.0, which lacks the RunPrestoAll function. This function might be available in a later version of SeuratWrappers. Is there a way to manually install SeuratWrappers version 0.3.0 or higher?

Tentatively, copying the codes https://rdrr.io/github/satijalab/seurat-wrappers/src/R/presto.R https://rdrr.io/github/satijalab/seurat-wrappers/src/R/internal.R works (Seurat v4.4.0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests