Description Usage Arguments Value Author(s) References Examples
This function allows you to prepare a FlowSOM (fsom) object for alignment with CytoNorm.
1 | do.prep.fsom(dat, use.cols, sample.col, xdim, ydim, nClus, nCells, scale, seed)
|
dat |
NO DEFAULT. data.table of the dataset you wish to run in FlowSOM. |
use.cols |
NO DEFAULT. Vector of character etnries. Columns to use to calculate FlowSOM. |
sample.col |
NO DEFAULT. Character, name of the column denoting samples |
xdim |
DEFAULT = 5. Size of Y-axis of FlowSOM grid. |
nClus |
DEFAULT = 10. Number of metaclusters. If set to 1, will map all cells to a single metacluster |
nCells |
DEFAULT = NULL. Number of cells to downsample to, otherwise 'NULL' will use all available cells |
scale |
DEFAULT = FALSE. Do features need to be scaled? |
seed |
DEFAULT = 42. Seed for reproducibility. |
Returns a FlowSOM object.
Thomas M Ashhurst, thomas.ashhurst@sydney.edu.au
Ashhurst, T. M., et al. (2019). https://www.ncbi.nlm.nih.gov/pubmed/31077106
1 | ref.fsom <- do.prep.fsom()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.