clusterGenes1 {uSORT} | R Documentation |
A modified monocle's function for 'compareModels' which identifies and removes genes whose reduced_models is better than full_models in term of likelihood
clusterGenes1(expr_matrix, krange, method = function(x) { as.dist((1 - cor(t(x)))/2) }, ...)
expr_matrix |
Expression matrix. |
krange |
krange. |
method |
method function. |
... |
Other parameters. |
test_res a dataframe containing status of modeling and adjusted p-value
MaiChan Lau