@@ -116,6 +116,7 @@ Iterate_PC_Loading_Plots <- function(
116116# ' @import ggplot2
117117# ' @importFrom pbapply pblapply pboptions
118118# ' @importFrom Seurat DimPlot
119+ # ' @importFrom SeuratObject DefaultDimReduc
119120# ' @importFrom stringr str_detect
120121# ' @importFrom utils txtProgressBar setTxtProgressBar
121122# '
@@ -272,6 +273,7 @@ Iterate_DimPlot_bySample <- function(
272273# ' @import ggplot2
273274# ' @importFrom pbapply pbmapply pboptions
274275# ' @importFrom Seurat DimPlot
276+ # ' @importFrom SeuratObject DefaultDimReduc
275277# ' @importFrom stringr str_detect
276278# ' @importFrom utils txtProgressBar setTxtProgressBar
277279# '
@@ -466,6 +468,7 @@ Iterate_Cluster_Highlight_Plot <- function(
466468# ' @importFrom forcats fct_relevel
467469# ' @importFrom pbapply pbmapply pboptions
468470# ' @importFrom Seurat DimPlot
471+ # ' @importFrom SeuratObject DefaultDimReduc
469472# ' @importFrom stringr str_detect
470473# ' @importFrom utils txtProgressBar setTxtProgressBar
471474# '
@@ -692,6 +695,7 @@ Iterate_Meta_Highlight_Plot <- function(
692695# ' @import ggplot2
693696# ' @importFrom pbapply pblapply pboptions
694697# ' @importFrom Seurat FeaturePlot
698+ # ' @importFrom SeuratObject DefaultDimReduc
695699# ' @importFrom stringr str_detect
696700# ' @importFrom utils txtProgressBar setTxtProgressBar
697701# '
@@ -1067,6 +1071,7 @@ Iterate_VlnPlot <- function(
10671071# '
10681072# ' @import ggplot2
10691073# ' @importFrom pbapply pblapply pboptions
1074+ # ' @importFrom SeuratObject DefaultDimReduc
10701075# ' @importFrom stringr str_detect
10711076# ' @importFrom utils txtProgressBar setTxtProgressBar
10721077# '
@@ -1258,6 +1263,7 @@ Iterate_Plot_Density_Custom <- function(
12581263# ' @import ggplot2
12591264# ' @importFrom pbapply pblapply pboptions
12601265# ' @importFrom purrr discard keep
1266+ # ' @importFrom SeuratObject DefaultDimReduc
12611267# ' @importFrom stringr str_detect
12621268# ' @importFrom utils txtProgressBar setTxtProgressBar
12631269# '
0 commit comments