Skip to content

Commit

Permalink
fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
mihem committed Nov 14, 2024
1 parent fc10e78 commit 2831508
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion R/visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,16 @@ dotplotPropeller <- function(data, color, filename, width = 5, height = 5, dir_o
#' library(Seurat)
#' set.seed(123)
#' pbmc_small$lineage <- sample(c("Lineage1", "Lineage2"), ncol(pbmc_small), replace = TRUE)
#' pbmc_small$umap <- CreateDimReducObject(embeddings = Embeddings(pbmc_small, reduction = "tsne"), key = "UMAP_", assay = "RNA")
#' pbmc_small$umap <-
#' CreateDimReducObject(
#' embeddings =
#' Embeddings(
#' pbmc_small,
#' reduction = "tsne"
#' ),
#' key = "UMAP_",
#' assay = "RNA"
#' )
#' curves <- data.frame(
#' UMAP_1 = runif(ncol(pbmc_small), min = -10, max = 10),
#' UMAP_2 = runif(ncol(pbmc_small), min = -10, max = 10),
Expand Down

0 comments on commit 2831508

Please sign in to comment.