Skip to content

Commit

Permalink
attempt to fix vignette errors on Bioc build server
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDMorgan committed Oct 16, 2024
1 parent 339c766 commit 66d18b5
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: miloR
Type: Package
Title: Differential neighbourhood abundance testing on a graph
Version: 2.1.2
Version: 2.1.3
Authors@R:
c(person("Mike", "Morgan", role=c("aut", "cre"), email="[email protected]",
comment=c(ORCID="0000-0003-0757-0711")),
Expand Down Expand Up @@ -71,7 +71,7 @@ Suggests:
curl,
scRNAseq,
graphics
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2020-07-31 14:15:28 UTC; morgan02
Collate:
Expand Down
7 changes: 7 additions & 0 deletions man/fitGLMM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions man/plotNhoodGraph.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions man/testNhoods.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/milo_glmm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pbmc.milo <- buildNhoodGraph(pbmc.milo, overlap=25)
# we need to subset the plotting results as it can't handle the NAs internally.
plotUMAP(pbmc.milo, colour_by="adjmfc.time") + plotNhoodGraphDA(pbmc.milo, da_results[!is.na(da_results$logFC), ],
subset.nhoods=!is.na(da_results$logFC), alpha=0.1) +
alpha=0.1) +
plot_layout(guides="auto" )
```

Expand Down

0 comments on commit 66d18b5

Please sign in to comment.