Description Usage Arguments Value
Generate Markov trace for simulation of 'exp.mat' on the provided set of 'rules' with time constant tau and for n.sim.steps steps.
1 | GenerateMarkovTrace(ids, exp.mat, rules, tau = 0.2, n.sim.steps = 5)
|
ids |
a vector of cell identities (e.g. cluster ids, cell types) |
exp.mat |
a cell (row) by gene (column) expression matrix of class 'ngCMatrix' |
rules |
a rules object |
tau |
time constant for simulation |
n.sim.steps |
total number of simulation steps to run. |
a (cell x sim step) matrix capturing cell states at each step of the simulation for fitting to a markov model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.