文件最后提交记录最后更新时间
1 天前
1 天前
1 天前
1 天前
README.md

Quick reference

Seurat | openEuler

Seurat is an R toolkit for single-cell genomics, developed and maintained by the Satija Lab at NYGC. Seurat provides a complete analysis pipeline for single-cell RNA sequencing data, including quality control, normalization, feature selection, dimensionality reduction, clustering, and differential expression analysis. Seurat v5 introduces new functionality for:

  • Spatial transcriptomics analysis (Visium, SlideSeq, Xenium, Vizgen).
  • Multimodal data integration and analysis.
  • Scalable single-cell analysis with sketch-based and BPCells-backed methods.
  • Pseudobulk expression analysis and cross-modality integration.
  • Improved clustering (Leiden) and UMAP (umap2) algorithms. Learn more at Seurat.

Supported tags and respective Dockerfile links

The tag of each Seurat docker image is consist of the version of Seurat and the version of basic image. The details are as follows:

Tags Currently Architectures
5.5.0-oe2403sp4 Seurat 5.5.0 on openEuler 24.03-LTS-SP4 amd64, arm64
5.5.0-oe2403sp3 Seurat 5.5.0 on openEuler 24.03-LTS-SP3 amd64, arm64

Usage

  • Ensure that you have Docker installed, or are using Docker for Linux containers if on Windows.
  • Obtain the Seurat docker image from DockerHub: docker pull openeuler/seurat:{Tag}
  • Run the Docker container to launch the Seurat environment. docker run -it openeuler/seurat:{Tag}
  • Verify the installation inside the container: R -e "library(Seurat); packageVersion('Seurat')"

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.