Skip to content

Commit bb6e51a

Browse files
committed
update mentions of gate_tail in vignettes
1 parent 36e3828 commit bb6e51a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

vignettes/HowToAutoGating.Rmd

+4-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,11 @@ To choose one way or the other or combining both is highly dependent on how your
7878

7979

8080
### `tailgate`
81-
This gating method is used in the senarios where there is only one major peak detected thus automatically disqualify the usage of `mindensity`. `tol` is to control how far the cut point should be placed away from the peak.
81+
This gating method is used in the scenarios where there is only one major peak detected thus automatically disqualify the usage of `mindensity`. `tol` is to control how far the cut point should be placed away from the peak. This function is now housed in [cytoUtils](https://github.com/RGLab/cytoUtils).
8282

83-
```{r}
83+
```{r, eval = FALSE}
84+
library(cytoUtils)
85+
register_plugins(cytoUtils:::.tailgate, "gate_tail")
8486
fr <- gh_pop_get_data(gs[[1]], "lymph", returnType = "flowFrame")
8587
chnl <- "Live"
8688
g <- openCyto:::.tailgate(fr, channels = chnl, tol = 0.05)

vignettes/openCytoVignette.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ gs_add_gating_method(gs, alias = "non-activated cd4",
313313
pop = "--",
314314
parent = "cd4",
315315
dims = "CD38,HLA",
316-
gating_method = "tailgate")
316+
gating_method = "mindensity")
317317
plot(gs[[1]])
318318
```
319319

0 commit comments

Comments
 (0)