I am working with a scRNA-seq dataset where the original publication already provides curated cell type annotations (in 3 levels in fact) in the metadata. My goal is to perform cell–cell communication analysis using CellChat.
Since (to my limited knowledge) CellChat only requires a normalized expression matrix and cell type labels, I am wondering whether it is necessary to redo dimensionality reduction and visualization steps such as PCA, clustering, and UMAP and … ?
or can I ,after normalization, directly use the existing cell type annotations for CellChat?
Hi @artintz what type of object does the publication provide? If it was already analyzed dataset, the object should have normalized expression, embeddings for PCA, UMAP, celltype annotation.