Usage
cytof_dimReduction(data, method = c("tsne", "pca", "isomap", "NULL"),
out_dim = 2, isomap_distMethod = "euclidean", isomap_k = 5,
isomap_ndim = NULL, isomapFragmentOK = TRUE, ...)
Arguments
data
Input expression data matrix.
method
Method chosed for dimensition reduction, must be one of isomap
, pca
or tsne
.
out_dim
The dimensionality of the output.
isomap_distMethod
Method for distance calcualtion for isomap
.
isomap_k
Number of shortest dissimilarities retained for a point, parameter for isomap
method.
isomap_ndim
Number of axes in metric scaling, parameter for isomap
method.
isomapFragmentOK
What to do if dissimilarity matrix is fragmented, parameter for isomap
method.
...
Other parameters passed to Rtsne