Description Usage Arguments Value
View source: R/model_fitting.R
orderCoefficientsByGene Order model coefficient estimates by genes, such as for visualization by heatmap
1 2 3 4 5 6 | orderCoefficientsByGene(
pattern_coefficient_list,
model_terms_to_keep = NULL,
filter_significance,
string
)
|
pattern_coefficient_list |
List (over patterns) of objects returned from extractCoefficients(), or "summarized_result" option of fit_models_cds(). |
model_terms_to_keep |
optional. limit returned dataframe to coefficients of interest. |
filter_significance |
optional. Numeric value at which to filter q-value significance. Genes with signficant coefficients for one or more terms are returned. If not provided, all genes returned. |
string |
optional. all model terms that contain this string will be used for signficance filtering. |
Returns a list of fitted models (output similar to monocle3::fit_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.