This repository contains coding scripts utilized for the analysis performed in the “Multidimensional Single-Nuclei RNA-Seq Reconstruction of Adipose Tissue Reveals Mature Adipocyte Plasticity Underlying Thermogenic Response” publication
(XXX). The purpose of providing the code here is to allow for transparency and robust data-analysis reproducibility. The methodology has already been described extensively in the manuscript. However, this analysis relies heavily on powerful snRNAseq analysis algorithms like
Seurat
(Butler et al., 2018: Nature Biotechnology;
Stuart et al., 2018: Cell),
SCCAF
,
Metacell
(Baran et al., 2019: Genome Biology) and
cellphonedb
(Efremova et al., 2020: Nature;
Vento-Tormo et al., 2018: Nature) (for a complete list of dependencies and code utilized see analysis & visualization programs).
Dataset
Clustering
Main analysis
Public data files utilized in this analysis have been downloaded from Gene Expression Omnibus (GEO), gene expression data repository at the NIH. Data are part of the GSE133486 high-thoroughput sequencing repository and can be found here. The Cellranger output files were renamed to ‘matrix.mtx.gz’, ‘barcodes.tsv.gz’ and ‘features.tsv.gz’ to allow Seurat to read these files.
anndata
, scanpy
, igraph
and louvain
modules within this environment so that we can run the Python code inside R using the reticulate package previously installed. So, to check the installed environment full name just type the following commands in a new terminal:conda env list
conda activate /Users/biagi/Library/r-miniconda/envs/r-reticulate
pip install anndata
pip install scanpy
pip install python-igraph
pip install louvain
conda deactivate /Users/biagi/Library/r-miniconda/envs/r-reticulate
SCCAF
and cellphonedb
modules:pip install sccaf
pip install cellphonedb
anndata
,
scanpy
,
igraph
,
louvain
,
SCCAF
and
cellphonedb
.xxxxx
This work was supported by grants from the NIH DK117161, DK117163 to SRF and P30-DK-046200 to Adipose Biology and Nutrient Metabolism Core of Boston Nutrition and Obesity Research Center, by Sao Paulo Research Foundation (FAPESP) Grants: 2018/20905-1 and 2013/08135-1562, the National Council for Scientific and Technological Development, CNPq (282 311319/2018-1 to MLBJr and scholarship #870415/1997-2 to SSC) and by the Coordination for the Improvement of Higher Education Personnel, CAPES (scholarship #88882.378695/2019-01 to CAOBJr)