I have the scRNA data (matrix, features, and barcodes) of a sample run into two lanes L1 and L2:
sample_L1
sample_L2
I created two Seurat objects with Read10X() and CreateSeuratObject() because I had 2 separate matrices, features, and barcodes. Do I just have to use the merge() function to make one final Seurat object if I want one? Also, I filtered each object separately and then merged them. Not sure if that is the correct way of doing it.
Any help would be appreciated.
Thank you Robert for your answer. About "then make a column in the metadata with the new factor levels", do you mean I make factor levels 'L1' and 'L2'?