Description Usage Arguments Value
View source: R/model_fitting.R
extractCoefficients Extract coefficients from model fitting object. Each object of list requires a column exactly named "gene_id".
1 | extractCoefficients(glm_models, genes)
|
glm_models |
Named List (over patterns) of objects returned from "full_result" of fit_models_cds. Organizes each pattern by gene. |
genes |
gene ids that exactly match the count matrix which was provided to fitGLMpd() |
Returns a mutileveled list of fitted model coefficients. Hierarchy of organization: pattern (list), gene (list), coefficients (data.frame)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.