Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

247 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spatial transcriptomics unveils estrogen-modulated immune responses and structural alterations in the ectocervical mucosa of depot medroxyprogesterone acetate users

Vilde Kaldhusdal, Mathias Franzen Boger, Annelie Tjernlund, Adam D. Burgener, Frideborg Bradley, Julie Lajoie, Kenneth Omollo, Joshua Kimani, Keith Fowke, Paulo Czarnewski, and Kristina Broliden

Table of contents

General info

doi:10.1038/s41598-024-83775-9

This repository contains the code related to the article "Spatial transcriptomics unveils estrogen-modulated immune responses and structural alterations in the ectocervical mucosa of depot medroxyprogesterone acetate users"

This project used multiple datasets:

  • Spatial transcriptomics data (10x Visium)
  • Transcriptomics data (bulk mRNA-SEQ)

Workflow

Analysis scripts

  1. 00_load_st_data
  2. 01_QC_st_data
  3. 02_integrate_st_data
  4. 03_clustering_st_data
  5. 04_deconvolute_st_data
  6. 05_DGE_clusters_st_data
  7. 06_DGE_condition_st_data
  8. 07_Gene_set_analysis
  9. 08_spatial_distance

Manuscript figures

  1. Figure_1.Rmd
  2. Figure_2.Rmd
  3. Figure_3.Rmd
  4. Figure_4.Rmd
  5. Figure_5.Rmd
  6. Figure_6.Rmd
  7. Figure_7.Rmd

Dependencies

Project is created with:

  • R version: 4.1.2
  • RStudio version: 1.4.1106 (use version seperate from conda env.)
  • renv version: 0.15.2
  • Seurat version:

Data Availability Statement

Spattial transcriptomics count data files and RDS object can be accessed in the Gene Expression Omnibus public repository, SuperSeries ID GSE217237. The raw transcriptomic sequencing data cannot be held in a public repository due to the sensitive nature of such personal data. Request for data access can be made to the Karolinska Institutet Research Data Office (contact via rdo@ki.se), and access will be granted if the request meets the requirements of the data policy.

Bulk transcriptomics count data files can be accessed in the Gene Expression Omnibus public repository, SuperSeries ID GSE217237. The raw transcriptomic sequencing data cannot be held in a public repository due to the sensitive nature of such personal data. Request for data access can be made to the Karolinska Institutet Research Data Office (contact via rdo@ki.se), and access will be granted if the request meets the requirements of the data policy.

Repo description

  • src
    contains all the analysis script including all preprocessing steps
  • manuscript
    reproducible code for figures included in the manuscript
  • md_files
    rendered versions of the Rmds in src and manuscript folder respectively
  • bin
    R scripts with various helper functions, mostly visualization functions for the ST data
  • data
    Empty folder to store data downloaded from GEO
project
│   README.md
│   renv.loc    
└───src
│   │   00_Preprocessing.Rmd
│   │   02_Analysis.Rmd
│   │   ...
|   └───md files (rendered versions of the Rmds)
│   |       │   00_Preprocessing.md
│   |       │   02_Analysis.md
│   |       │   ...
|   |
│   └───manuscript
│       │   Figure01.Rmd
│       │   Figure02.Rmd
│       │   ...
|       └───md files
│           │   Figure01.md
│           │   Figure02.md
│           │   ...
└───bin
│   │   file01.txt
│   │   file02.txt
└───data
│   │   file01.txt
│   │   file02.txt
│

Setup

Recommended setup to run this project:

Conda + renv

  1. Clone the repo
  2. If not already installed download mini conda/conda
  3. In the terminal navigate to the project directory
  4. create a new enviroment:
    conda env create -n Spatial_DMPA -f environment.yml
  5. Activate the enviroment:
    conda activate Spatial_DMPA
  6. Open Rstudio:
    rstudio& Spatial DMPA
  7. Install all packages specified by the lockfile:
    renv::restore()

About

Contains all code related to the publication "Spatial transcriptomics unveils estrogen-modulated immune responses and structural alterations in the ectocervical mucosa of depot medroxyprogesterone acetate users"

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages