3. Harmony Visualization
DimPlot(All_samples_Merged,
reduction = "umap",
group.by = "cell_line",
label = TRUE,
label.box = TRUE)

DimPlot(All_samples_Merged,
reduction = "umap",
group.by = "harmony_res_0.1",
label = TRUE,
label.box = TRUE)

DimPlot(All_samples_Merged,
reduction = "umap",
group.by = "harmony_res_0.2",
label = TRUE,
label.box = TRUE)

DimPlot(All_samples_Merged,
reduction = "umap",
group.by = "harmony_res_0.3",
label = TRUE,
label.box = TRUE)

DimPlot(All_samples_Merged,
reduction = "umap",
group.by = "harmony_res_0.4",
label = TRUE,
label.box = TRUE)

DimPlot(All_samples_Merged,
reduction = "umap",
group.by = "harmony_res_0.5",
label = TRUE,
label.box = TRUE)

DimPlot(All_samples_Merged,
reduction = "umap",
group.by = "harmony_res_0.6",
label = TRUE,
label.box = TRUE)

DimPlot(All_samples_Merged,
reduction = "umap",
group.by = "harmony_res_0.7",
label = TRUE,
label.box = TRUE)

DimPlot(All_samples_Merged,
reduction = "umap",
group.by = "harmony_res_0.8",
label = TRUE,
label.box = TRUE)

DimPlot(All_samples_Merged,
reduction = "umap",
group.by = "harmony_res_0.9",
label = TRUE,
label.box = TRUE)

DimPlot(All_samples_Merged,
reduction = "umap",
group.by = "harmony_res_1",
label = TRUE,
label.box = TRUE)

DimPlot(All_samples_Merged,
reduction = "umap",
group.by = "harmony_res_1.2",
label = TRUE,
label.box = TRUE)