You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: