@@ -153,6 +153,7 @@ ClonalVolumePlot <- function(
153153# ' @importFrom scRepertoire clonalAbundance
154154# ' @export
155155# ' @examples
156+ # ' \donttest{
156157# ' set.seed(8525)
157158# ' data(contig_list, package = "scRepertoire")
158159# ' data <- scRepertoire::combineTCR(contig_list)
@@ -170,6 +171,7 @@ ClonalVolumePlot <- function(
170171# ' ClonalAbundancePlot(data, plot_type = "histogram")
171172# ' ClonalAbundancePlot(data, plot_type = "histogram", add_trend = TRUE, trend_skip_zero = TRUE)
172173# ' ClonalAbundancePlot(data, plot_type = "density")
174+ # ' }
173175ClonalAbundancePlot <- function (
174176 data , clone_call = " aa" , chain = " both" , xtrans = " log10" , ytrans = " identity" ,
175177 plot_type = c(" trend" , " histogram" , " density" ), binwidth = 0.1 , trend_skip_zero = TRUE ,
@@ -801,6 +803,7 @@ ClonalResidencyPlot <- function(
801803# ' @importFrom scRepertoire clonalHomeostasis clonalProportion
802804# ' @export
803805# ' @examples
806+ # ' \donttest{
804807# ' set.seed(8525)
805808# ' data(contig_list, package = "scRepertoire")
806809# ' data <- scRepertoire::combineTCR(contig_list,
@@ -821,6 +824,7 @@ ClonalResidencyPlot <- function(
821824# ' ClonalCompositionPlot(data, group_by = "Type", plot_type = "violin", add_box = TRUE,
822825# ' add_bg = TRUE)
823826# ' ClonalCompositionPlot(data, method = "rare")
827+ # ' }
824828ClonalCompositionPlot <- function (
825829 data , clone_call = " aa" , chain = " both" , method = c(" homeostasis" , " homeo" , " rel" , " top" , " rare" ),
826830 clone_split = NULL , scale = TRUE , facet_by = NULL , group_by = NULL , split_by = NULL ,
0 commit comments