maskEstimator: Estimating masks for plots

Description Usage Examples

View source: R/maskEstimator.R

Description

For a grid of dimColumns estimated borders for points grouped by maskField.

Usage

1
2
3
4
5
6
7
maskEstimator(
  data,
  maskField,
  gridSize = 200,
  threshold = 1e-04,
  dimColumns = c("tSNE_1", "tSNE_2")
)

Examples

1
2
3
4
## Not run: 
clusterMasking <- maskEstimator(dataForPlot, "Cluster", dimColumns=c("UMAP_1", "UMAP_2"))

## End(Not run)

ctlab/SCNPrep documentation built on Dec. 19, 2021, 7:02 p.m.