From e419b9cd3c6389c39f7c694292328dcee081cd8a Mon Sep 17 00:00:00 2001 From: Kyle Husmann Date: Fri, 1 Mar 2024 16:51:58 -0800 Subject: [PATCH] fix reference to coalesce_missing_reasons -> coalesce_channels --- vignettes/interlacer.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/interlacer.Rmd b/vignettes/interlacer.Rmd index f1bd31c..af4d393 100644 --- a/vignettes/interlacer.Rmd +++ b/vignettes/interlacer.Rmd @@ -218,5 +218,5 @@ These operations produce dataframes that don't conform to the rule of "one value OR missing reason per variable row". We could manually solve this by manually fixing the corresponding column, but as the above output hints, interlacer provides an easier way by way of the function -`coalesce_missing_reasons()`. The next vignette, +`coalesce_channels()`. The next vignette, `vignette("mutations")`, will show how this works!