This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to merge seurat objects

In R ,already have some "Large Seurat" objects ,how could i merge them into one.

rna-seq

1 answer

You can do a basic merge using the merge function. If you want to do a joint analysis between all samples, I would recommend as an alternative the integration workflow.

Log in to answer this question.