Run Diffusion Map dimensionality reduction.
Arguments
- fcd
- flow cytometry dataset. 
- input_type
- data to use for the calculation, e.g. "expr" or "pca". 
- data_slot
- data slot to use for the calculation, e.g. "orig" or "norm". 
- k
- K used for the analysis. Default = 10. 
- seed
- A seed is set for reproducibility. 
- prefix
- Optional prefix for the slot name of the output. 
- nPC
- Number of principal components to use for the analysis. Default = All. 
- markers
- Vector of marker names to include or exclude from DM calculation according to the discard parameter. See functions - used_markersand- measured_markersfor the extraction of markers directly from the condor object.
- discard
- LOGICAL if the markers specified should be included, "False", or excluded, "True", from the DM calculation. Default = F.