Master function to run preprocessing,phenograph clustering and umap computation
1 | run_excyte(fcs_dir, downsampling = 3000, channels = "all", k = 30)
|
fcs_dir |
directory or vector containing fcs files to be used |
downsampling |
numeric indicating the number event to randomly select from each fcs, if the number of events request is bigger than the number of event in the fcs, all event are selected |
channels |
vector containing channels to select. Can be "all" to select all channels, "with_desc" to select channels with a marker description or a vector a channels. |
k |
numeric indicating the number of neighbor for phenograph and umap computation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.