Description Usage Arguments Value Examples
Change marker used in the calculation of CYT
1 | changeMarker(object, markers = NULL, verbose = FALSE)
|
object |
A CYT object |
markers |
vector. Markers used in the calculation of PCA, tSNE, diffusion map and UMAP. |
verbose |
logical. Whether to print calculation progress. |
A CYT object
1 2 3 4 5 6 7 8 9 | cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree")
cyt <- readRDS(file = cyt.file)
markers <- c("CD43", "CD34", "CD90", "CD45RA")
cyt <- changeMarker(cyt, markers = markers)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.