View source: R/run.phenograph.R
run.phenograph | R Documentation |
This function allows you to perform phenograph clustering on a data.table
run.phenograph()
ref.dat |
NO DEFAULT. A data.table consisting of the 'refernece' data you will use to train the alignment algorithm |
Returns a data.table with clustering results added
Thomas M Ashhurst, thomas.ashhurst@sydney.edu.au
Ashhurst, T. M., et al. (2019). https://www.ncbi.nlm.nih.gov/pubmed/31077106
## Not run:
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.