Description Usage Arguments Value
Infer Angles or Cell Cycle Phase Using Gene Expression Data
1 2 3 4 5 6 7 | cycle_npreg_loglik(
Y,
sigma_est,
funs_est,
grids = 100,
method.grid = c("pca", "uniform")
)
|
Y |
Gene by sample expression matrix. |
sigma_est |
A vector of standard errors for each gene from the training data. |
funs_est |
A vector of cyclic functions estimated for each gene from the training data. |
grids |
Number of bins used over interval 0 to |
method.grid |
The approach used to initialize angles in the
computation. |
A list with the following three elements:
cell_times_est |
Inferred angles or cell cycle phases (not ordered). |
loglik_est |
Log-likelihood estimates for each gene. |
prob_per_cell_by_celltimes |
Probabilities of each cell belonging to each bin. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.