Skip to content

Commit

Permalink
updated README.Rmd -- closes #206
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-leary7 committed Sep 27, 2024
1 parent 5f07c91 commit 866d851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ We can use the `plotModels()` to visually compare different types of models. It

```{r plot-models-glm}
plotModels(scLANE_models_glm,
gene = scLANE_res_glm$Gene[1],
gene = "MPG",
pt = pt_df,
expr.mat = sim_data,
size.factor.offset = cell_offset,
Expand All @@ -209,7 +209,7 @@ When plotting the models generated using the GLMM mode, we split by lineage & co

```{r plot-models-glmm, fig.width=9, fig.height=9}
plotModels(scLANE_models_glmm,
gene = scLANE_res_glmm$Gene[1],
gene = "FLOT2",
pt = pt_df,
expr.mat = sim_data,
size.factor.offset = cell_offset,
Expand Down

0 comments on commit 866d851

Please sign in to comment.