EM inference with tensorflow

inference_tflow(Y_dat, L_dat, max_iter = 100, rel_tol = 1e-05,
  learning_rate = 0.1, gene_filter_threshold = 0, x = NULL,
  fix_alpha = FALSE, fix_s = NULL, dtype = c("float32", "float64"),
  saturate = TRUE, saturation_threshold = 6, K = 6, B = 20,
  mc_samples = 1, verbose = TRUE)

Arguments

Y_dat

Cell by gene matrix of counts

L_dat

Gene by clone matrix of copy number

Value

A list of maximum likelihood parameter estimates and log likelihood values