diff --git a/R/vis_gene_p.R b/R/vis_gene_p.R index 9bc3dc0a..632b864c 100644 --- a/R/vis_gene_p.R +++ b/R/vis_gene_p.R @@ -33,7 +33,6 @@ #' df <- as.data.frame(cbind(colData(spe_sub), SpatialExperiment::spatialCoords(spe_sub)), optional = TRUE) #' df$COUNT <- df$expr_chrM_ratio #' -#' ## Use the manual color palette by Lukas M Weber #' ## Don't plot the histology information #' p <- vis_gene_p( #' spe = spe_sub, diff --git a/man/vis_gene_p.Rd b/man/vis_gene_p.Rd index 1c65b9a4..c1115f71 100644 --- a/man/vis_gene_p.Rd +++ b/man/vis_gene_p.Rd @@ -98,7 +98,6 @@ if (enough_ram()) { df <- as.data.frame(cbind(colData(spe_sub), SpatialExperiment::spatialCoords(spe_sub)), optional = TRUE) df$COUNT <- df$expr_chrM_ratio - ## Use the manual color palette by Lukas M Weber ## Don't plot the histology information p <- vis_gene_p( spe = spe_sub,