Skip to content

Commit 08ae9aa

Browse files
committed
fix: update documentation to use scplotter functions in examples
1 parent e345b7a commit 08ae9aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/clonalutils.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ merge_clonal_groupings <- function(data, groupings, sep = " // ") {
116116
#' screp <- scRepertoire::combineTCR(contig_list,
117117
#' samples = c("P17B", "P17L", "P18B", "P18L", "P19B","P19L", "P20B", "P20L"))
118118
#'
119-
#' head(ScRepSubset(screp, "nchar(CTaa) < 20")[[1]])
120-
#' names(ScRepSubset(screp, "Sample %in% c('P17B', 'P17L')"))
119+
#' head(scplotter:::screp_subset(screp, "nchar(CTaa) < 20")[[1]])
120+
#' names(scplotter:::screp_subset(screp, "Sample %in% c('P17B', 'P17L')"))
121121
#' }
122122
screp_subset <- function(screp, subset) {
123123
if (inherits(screp, "Seurat")) {

man/screp_subset.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)