**In vivo macrophage engineering reshapes the tumor microenvironment leading to eradication of liver metastases.**
2022.
---
### Directories and Files ###
- scripts: folder with R scripts used for the analyses
- `0_PreProcessData.R`: initial analysis with DoubletFinder and Full object creation
---
### Analyses ###
Single-cell (from 10X Genomics) analysis of 5 liver tumoral samples with TCR.
Samples were merged into a single Seurat dataset, which was pre-processed to remove low-quality cells, that is, those with a feature count below 1000 and above 6000, as well as cells with a fraction of mitochondrial genes higher than 10%.
Afterwards, cells annotated as doublets with DoubletFinder were excluded as well from the analysis with Seurat.</br>
RNA UMI-counts were normalized using a global-scaling normalization method and the Variance Stabilizing Transformations (SCTransform) was performed to scale based on the percentage of mitochondrial genes, the absolute count of RNAs in each cell, and the difference between S and G2/M cell cycle scores computed for each cell.
A principal component analysis with 50 principal components (PCs) was performed for dimensional reduction, and a UMAP-representation as well as clusterswere computed on those reductions.</br>
Marker genes for each cluster were obtained using the FindAllMarkers Seurat function and, consequently, clusters were manually annotated (removing a small population of undefined cells).