This function allows you to perform phenograph clustering on a data.table
References
Ashhurst, T. M., et al. (2019). https://www.ncbi.nlm.nih.gov/pubmed/31077106
Author
Thomas M Ashhurst, thomas.ashhurst@sydney.edu.au
Examples
if (FALSE) { # \dontrun{
cell.dat <- Spectre::demo.clustered
cell.dat <- Spectre::do.subsample(cell.dat, 5000)
use.cols <- c("NK11_asinh", "CD3_asinh", "CD45_asinh",
"Ly6G_asinh", "CD11b_asinh", "B220_asinh", "CD8a_asinh",
"Ly6C_asinh", "CD4_asinh")
cell.dat <- run.phenograph(dat = cell.dat, use.cols = use.cols)
} # }