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
ggplot2::ggtitle(paste0("ATAC Data After Integration(By Raw Predicted Cell Type)\n", sample_text)) +ggplot2::theme(plot.title=ggplot2::element_text(size=18))
506
+
ggplot2::ggtitle(paste0("ATAC Data Integration\n(By Raw Predicted Cell Type)\n", sample_text)) +ggplot2::theme(plot.title=ggplot2::element_text(size=18), legend.text=ggplot2::element_text(size=10))
ggplot2::ggtitle(paste0("ATAC Data After Integration(By Majority Vote Cell Type)\n", sample_text)) +ggplot2::theme(plot.title=ggplot2::element_text(size=18))
514
+
ggplot2::ggtitle(paste0("ATAC Data Integration\n(By Majority Vote Cell Type)\n", sample_text)) +ggplot2::theme(plot.title=ggplot2::element_text(size=18), legend.text=ggplot2::element_text(size=10))
ggplot2::ggtitle(paste0("ATAC Data Before Integration(By Sample)\n", sample_text)) +ggplot2::theme(plot.title=ggplot2::element_text(size=18))
361
+
ggplot2::ggtitle(paste0("ATAC Data Before Integration\n(By Sample)\n", sample_text)) +ggplot2::theme(plot.title=ggplot2::element_text(size=18), legend.text=ggplot2::element_text(size=10))
0 commit comments