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
Above, we see that SPEEDI found 6 batches for our 9 samples.
258
+
In total, SPEEDI found 4 batches for our 9 samples:
259
+
260
+
```{r infer_batches_rna_results}
261
+
length(unique(sc_obj$batch))
262
+
```
260
263
261
264
## Step 6: Integrate Batches
262
265
263
266
After we have grouped our samples according to batch, we are ready to integrate by batch. We first normalize counts within each batch using `SCTransform()` and then use a selection of methods from `Seurat` (`SelectIntegrationFeatures()`, `PrepSCTIntegration()`, `FindIntegrationAnchors()`, and `IntegrateData()`) to integrate our data.
0 commit comments