README.md 3.23 KB
Newer Older
Giorgia Giacomini's avatar
Giorgia Giacomini committed
1
# Amodio_Infertility_2023
Giorgia Giacomini's avatar
Giorgia Giacomini committed
2
Amodio G, Giacomini G, Boeri L, et al. **Specific types of male infertility are correlated with T cell exhaustion or senescence signatures**
Giorgia Giacomini's avatar
Giorgia Giacomini committed
3

Giorgia Giacomini's avatar
Giorgia Giacomini committed
4
5
### Single-Cell RNA Sequencing Analysis ###
**scRNAseq** (from 10X Genomics) analysis of CD3+ T cells purified from the peripheral blood of men diagnosed with oligo-astheno-teratozoospermia (OAT, n=4), idiopathic non-obstructive azoospermia (iNOA, n=6), and a control group (FER, n=5).
Giorgia Giacomini's avatar
Giorgia Giacomini committed
6

Giorgia Giacomini's avatar
Giorgia Giacomini committed
7
scRNAseq analysis was performed using a standard [Seurat](https://satijalab.org/seurat/) pipeline that includes the following steps starting from a minimal object after loading of 10X data to markers identification:
Giorgia Giacomini's avatar
Giorgia Giacomini committed
8
9

   - Preprocessing and cell filtering
Giorgia Giacomini's avatar
Giorgia Giacomini committed
10
      - Each sample was pre-processed and cells with mitochondrial RNA percentages higher than 10 and a number of features <1200 or >6000, were filtered out. Samples were merged into a single Seurat dataset  
Giorgia Giacomini's avatar
Giorgia Giacomini committed
11
   - Normalization 
Giorgia Giacomini's avatar
Giorgia Giacomini committed
12
      - Default Seurat settings [(NormalizeData function)](https://satijalab.org/seurat/reference/normalizedata) 
Giorgia Giacomini's avatar
Giorgia Giacomini committed
13
   - Scaling: 
Giorgia Giacomini's avatar
Giorgia Giacomini committed
14
      - Data was regressed out by passing UMI count, the percentage of mitochondrial genes, the difference between the cell cycle phases scores, as described in the Seurat [vignette](https://satijalab.org/seurat/articles/cell_cycle_vignette.html#alternate-workflow-1).
Giorgia Giacomini's avatar
Giorgia Giacomini committed
15
16
   - Dimensionality reduction and Harmony batch removal:
      - A principal component analysis (PCA) with 100 principal components (PCs) was performed and a UMAP-representation as well as clusters were computed on the top 55 components (orig.ident as batch variable)
Giorgia Giacomini's avatar
Giorgia Giacomini committed
17
18
19
20
21
22
23
24
25
   - Clustering: 
      - K-nearest neighbor (KNN) graph was first constructed based on the Euclidean distance using the [FindNeighbors](https://satijalab.org/seurat/reference/findneighbors) function, with the KNN algorithm set to 20.
      - The modularity optimization technique was applied using the Louvain algorithm through the [FindCluster](https://satijalab.org/seurat/reference/findclusters) function, with resolution parameters set to 1.2.
   - Markers identification:
      - Marker genes for each cluster were identified using the [FindAllMarkers](https://satijalab.org/seurat/reference/findallmarkers) function with the logfc.threshold argument set to 0.25. Only genes expressed in at least 25% of cells in one of the compared clusters were considered (min.pct = 0.25). Genes with pvalues < 1e10 <sup>-5</sup> from the Wilcoxon Rank Sum test were considered as markers for a specific cluster.
      - Cluster annotation 
   - Gene enrichment analysis (GSEA):
      - Intra-cluster comparisons: Intra-cluster comparisons among the experimental conditions were conducted using the [FindMarkers](https://satijalab.org/seurat/reference/findmarkers) function, setting test.use = wilcox, a logFC threshold = 0, min.cells.group = 5 and return.thresh parameter equal to 1.
      - GSEA function of [ClusterProfiler R package](https://bioconductor.org/packages/release/bioc/manuals/clusterProfiler/man/clusterProfiler.pdf) was applied, using the full marker gene list ranked by decreasing logFC and the hallmarks gene set. Gene sets were considered enriched if their adjusted pvalue was <0.1.
Giorgia Giacomini's avatar
Giorgia Giacomini committed
26
27

  
Giorgia Giacomini's avatar
Giorgia Giacomini committed
28
### Directories and Files ###
Giorgia Giacomini's avatar
Giorgia Giacomini committed
29
30
- sampleSheet.csv: names of samples and corresponding conditions

Giorgia Giacomini's avatar
Giorgia Giacomini committed
31

Giorgia Giacomini's avatar
Giorgia Giacomini committed
32
33


Giorgia Giacomini's avatar
Giorgia Giacomini committed
34