Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using scMerge2 with count matrix Seurat object #41

Open
martina811 opened this issue Apr 29, 2024 · 1 comment
Open

using scMerge2 with count matrix Seurat object #41

martina811 opened this issue Apr 29, 2024 · 1 comment

Comments

@martina811
Copy link

Hello everyone!
I would like to integrate 2 datasets of single cell using scMerge2. I have the two rds objects, coming from Seurat, containing the counts matrices for each dataset (genes on rows, cells on columns) how is it possible to use them for integration with scMerge ? How to combine them ?

Many thanks!

@DarioS
Copy link
Member

DarioS commented May 21, 2024

SeuratObject merge will concatenate the columns of cells from two sources. Then, manually extract the combined matrix by allCounts <- LayerData(combined, assay = "RNA", layer = "counts"). Use log-allCounts for batch effect correction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants