Spatial transcriptomic files for "An in vivo and in vitro spatiotemporal atlas of human midbrain development"
收藏Figshare2026-01-08 更新2026-04-28 收录
下载链接:
https://figshare.com/articles/dataset/Spatial_transcriptomic_files_for_An_in_vivo_and_in_vitro_spatiotemporal_atlas_of_human_midbrain_development_/27044423
下载链接
链接失效反馈官方服务:
资源简介:
Files required to reproduce analysis from "An in vivo and in vitro spatiotemporal atlas of human midbrain development".Contains:Three docker images: commot_docker.tar; cell2location_docker.tar; midbrain_tissues_organoids_st_docker.tar. Instructions on how to load these are provided below. cell2location_docker.tar is only used for pre-processing. commot_docker.tar and midbrain_tissues_organoids_st_docker.tar are used for the main analysis.mlo_all_st.tar.gz archive containing processed data and the code to reproduce the figures from the paper.cell2location_results_* (one for each sample): cell type deconvolution results used in the main analysis. mlo_resolution075_Annot.rds: annotated single-cell reference, used for cell2location deconvolution.Dockerfiles used to generate each docker image.How to reproduce resultsThe mlo_all_st.tar.gz file can be downloaded and extracted and used to re-run the pipeline that generated the spatial transcriptomic figures. Once the necessary docker images have been downloaded and installed (see below), the pipeline can be run with:tar -xzvf mlo_all_st.tar.gz# From root of extracted directory (i.e. containing the `code` directory)docker run \ --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd):/tmp/in_mnt" \ --workdir /tmp/in_mnt/code \ --env HOST_MOUNT_PATH="$(pwd)" \ --oom-score-adj -1000 \ midbrain_tissues_organoids_docker \ R -e 'rmarkdown::render("mlo_analysis_code.Rmd")'The above code should exactly reproduce the analysis in the publication. If it does not, please let us know.Note that mlo_all_st.tar.gz already contains generated figures and data. These are included so that the target is obvious to the user: re-running the pipeline will replace these files with regenerated versions.Docker imagesWe used Docker to ensure reproducibility. The three images used to run the analysis can be loaded into docker with:docker load The cell2location and COMMOT images were generated using the installation instructions of the packages they contain. The `midbrain_tissues_organoids_st_docker` is more complex since it contains all other software necessary to run the rest of the analysis. It is based on the docker image generated by the `Seurat` developers, with additional R packages installed. The versions of these R packages are stored in `renv.lock`, generated by the `renv` package. The Dockerfiles for each image are in this repository.Running Cell2LocationBefore the main analysis pipeline, we run cell2location to estimate the cell type proportions on each spot of the Visium slides. We do so withsh run_entire_c2l_pipeline.shYou probably don't want to re-run this step since it is time-consuming.
创建时间:
2026-01-08



