R/mgraph_logistic.r
mcell_mgraph_logistic.Rd
Compute metacell manifold graph using logistic distances and balanced K-nn
mcell_mgraph_logistic(
mgraph_id,
mc_id,
feats_gset,
ignore_edges = NULL,
feats_exclude = NULL,
logist_loc = 1,
logist_scale = 0.2,
logist_eps = 0.00004,
max_d_fold = 3
)
id of new object
meta cell id to work with
gene set name for use for computing distances
provide a data frame with mc1,mc2 pairs of edges to delete manually
list of genes to exclude from the features gene set
the "location" parametr of the logistic function used to determine parametric distances between metacelles
the "lscale" parametr of the logistic function used to determine parametric distances between metacelles