Skip to content

Commit

Permalink
fix gastrulation vignette?
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDMorgan committed Apr 29, 2024
1 parent b49d7ad commit 4a8f507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/miloR.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' as representative neighbourhoods on a nearest neighbour graph. Hypothesis testing is performed using a
#' negative bionomial generalized linear model.
#'
#' @aliases miloR-package
#' @aliases miloR
#' @importFrom Rcpp evalCpp
#' @useDynLib miloR
#' @name miloR
Expand Down
2 changes: 1 addition & 1 deletion vignettes/milo_gastrulation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ In these examples we settle for `overlap=5` and `max.lfc.delta=5`, as we need at

```{r, dev="jpeg"}
set.seed(42)
da_results <- groupNhoods(embryo_milo, da_results, max.lfc.delta = 1, overlap=3)
da_results <- groupNhoods(embryo_milo, da_results, max.lfc.delta = 10, overlap=1)
plotNhoodGroups(embryo_milo, da_results, layout="umap")
plotDAbeeswarm(da_results, group.by = "NhoodGroup")
```
Expand Down

0 comments on commit 4a8f507

Please sign in to comment.