powered by
Return a plausible developmental journey
getTraj(rdmap, tm, sourceCellInds, terminalCellsInd = NULL, momAdj = 0.5, w1 = exp(1), w2 = 1, simLen = 50, sim.seed = NULL, varEst = 10)
reduced dimensionality matrix with cells in rows and dims in columns
Transition matrix
Starting sell indices
Terminal cell indices
Weighting to adjust momentum. From 0-1. Lower numbers make smaller adjustment to momentum vector.
Parameter - Base used for modifying of tm probs.
Parameter - Multiplifaction factor used for modifying tm probs.
Maximum number of allowable tranisitons
Random seed for reproducibility
Number of alternatives to sample for estimating variance.
Returns a data.frame of ordered indices and momentums
# NOT RUN { traj <- getTraj(rdmap, tm, startCells, terminalCells) # }
Run the code above in your browser using DataLab