Calculate tSNE dimensionality reduction.
Arguments
- fcd
flow cytometry dataset.
- input_type
data to use for the calculation, e.g. "expr" or "pca" (suggested: "pca").
- data_slot
data slot to use for the calculation, e.g. "orig" or "norm".
- perplexity
Value that controls how many nearest neighbors are taken into account when constructing the embedding (see Rtsne documentation for details).
- seed
A seed is set for reproducibility.
- prefix
Optional prefix for the slot name of the output.
- nThreads
Number of threads to be used in the tSNE calculation.
- nPC
Number of principal components to use for the analysis.
- markers
Vector of marker names to include or exclude from UMAP calculation according to the discard parameter. See functions
used_markers
andmeasured_markers
for the extraction of markers directly from the condor object.- discard
Boolean to decide if the markers specified should be included, "F", or excluded, "T", from the UMAP calculation. Default = F.