FredHutch / Galeano-Nino-Bullman-Intratumoral-Microbiota_2022

Analysis code used in Galeano Nino et al., Impact of Intratumoral Microbiota on Spatial and Cellular Heterogeneity in human cancer. 2022
MIT License
33 stars 10 forks source link

Visium QC filtering - Mitochondrial content #14

Closed cathalgking closed 1 year ago

cathalgking commented 1 year ago

Hi. I would just like to check what QC filtering steps were undergone for the 10x Visium samples? Was it just the filtering from space ranger? I am specifically interested in the metric '% mitochondrial content' and what parameter was used (if any)?

hanruiw commented 1 year ago

Hi,

Thanks for your interest in our paper! In the visium analysis, we used tissue_sample <- subset(tissue_sample, subset = nCount_Spatial > 3 & nFeature_Spatial > 3) for QC, and % mitochondrial content was not used in QC step.

Best, Hanrui