saezlab / liana

LIANA: a LIgand-receptor ANalysis frAmework
https://saezlab.github.io/liana/
GNU General Public License v3.0
178 stars 32 forks source link

Integrated Seurat datasets #69

Closed AltayYuzeir closed 1 year ago

AltayYuzeir commented 1 year ago

Hello. I have a question regarding using LIANA with multiple integrated scRNA datasets, based on this tutorial: https://satijalab.org/seurat/articles/integration_introduction.html. Does the methods implemented in LIANA account for the differences such as sequencing technology or sequencing depth between the different datasets? Upon following the tutorial you get an "integrated" assay, but you need to run LIANA with the default "RNA" assay, as the "integrated" assay contains negative values.

dbdimitrov commented 1 year ago

Hi @AltayYuzeir, the integrated assay from Seurat is not typically intended to be used /w LIANA.

Instead, you should use the integrated assay to solely identify common cell clusters across your samples, and then use the log-normalized or SCT-normalized counts. As you will notice also from the tutorial, they switch back to the RNA assay right after integration.

AltayYuzeir commented 1 year ago

I see, thank you.