Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-marsh committed Nov 13, 2023
1 parent b7978e3 commit 2fd069c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions R/Object_Utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,6 @@ Add_Sample_Meta <- function(
#' @concept object_util
#'
#' @examples
#' \dontrun{
#' library(Seurat)
#' pbmc_small[["batch"]] <- sample(c("batch1", "batch2"), size = ncol(pbmc_small), replace = TRUE)
#'
Expand All @@ -1002,7 +1001,6 @@ Add_Sample_Meta <- function(
#' # Return all columns from meta data
#' sample_meta3 <- Extract_Sample_Meta(object = pbmc_small, sample_name = "orig.ident",
#' include_all = TRUE)
#' }
#'

Extract_Sample_Meta <- function(
Expand Down
2 changes: 0 additions & 2 deletions R/Seurat_Plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -2663,14 +2663,12 @@ VariableFeaturePlot_scCustom <- function(
#' @concept seurat_plotting
#'
#' @examples
#' \dontrun{
#' library(Seurat)
#'
#' pbmc_small$sample_id <- sample(c("sample1", "sample2"), size = ncol(pbmc_small), replace = TRUE)
#'
#' FeatureScatter_scCustom(seurat_object = pbmc_small, feature1 = "nCount_RNA",
#' feature2 = "nFeature_RNA", split.by = "sample_id")
#' }
#'

FeatureScatter_scCustom <- function(
Expand Down
2 changes: 0 additions & 2 deletions man/Extract_Sample_Meta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions man/FeatureScatter_scCustom.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2fd069c

Please sign in to comment.