fftRtsne: Reduce dimension of high dimension FCS data

Description Usage Arguments

View source: R/cytosee_FIt-sne.R

Description

We apply dimension reduction to those matrix which has more than paramenters

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
fftRtsne(X, dims = 2, perplexity = 30, theta = 0.5,
  check_duplicates = TRUE, max_iter = 1000, fft_not_bh = TRUE,
  ann_not_vptree = TRUE, stop_early_exag_iter = 250,
  exaggeration_factor = 12, no_momentum_during_exag = FALSE,
  start_late_exag_iter = -1, late_exag_coeff = 1, mom_switch_iter = 250,
  momentum = 0.5, final_momentum = 0.8, learning_rate = 200,
  n_trees = 50, search_k = -1, rand_seed = -1, nterms = 3,
  intervals_per_integer = 1, min_num_intervals = 50, K = -1,
  sigma = -30, initialization = NULL, data_path = NULL,
  result_path = NULL, load_affinities = NULL, fast_tsne_path = NULL,
  nthreads = 0, perplexity_list = NULL, get_costs = FALSE, df = 1, ...)

Arguments

X

data matrix


mingchen-lab/cytosee documentation built on May 6, 2019, 8:34 p.m.