satijalab / seurat-wrappers

Community-provided extensions to Seurat
GNU General Public License v3.0
299 stars 129 forks source link

past versions of seurat-wrappers that fits seurat v4 #185

Closed Jiayi-Zheng closed 1 month ago

Jiayi-Zheng commented 6 months ago

Hello, I had a lot of problem installing seurat 5 so i ended up retorting to installing seurat 4. However, the new seurat-wrappers can only fit seurat 5. I couldn't find the log of released versions of seurat wrappers, is there a way I can retrieve it somewhere?

Sorry if it's a very naive question, I'm not particularly familiar with my way in github

liuxr2022 commented 6 months ago

Hi, try this: remotes::install_github('satijalab/seurat-wrappers@community-vignette', quiet = TRUE)

liym0758 commented 4 months ago

Hi, try this: remotes::install_github('satijalab/seurat-wrappers@community-vignette', quiet = TRUE)

Thank you soooo much! I tried your solution and it works!

lancelotzhang0124 commented 1 month ago

Hi, try this: remotes::install_github('satijalab/seurat-wrappers@community-vignette', quiet = TRUE)

Thank you sooooo much!

Jiayi-Zheng commented 1 month ago

Hi, try this: remotes::install_github('satijalab/seurat-wrappers@community-vignette', quiet = TRUE)

Thank you!