Skip to content

Commit

Permalink
try to fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Sep 23, 2024
1 parent e00a0bf commit 561d5e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/solutions_transcriptomics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ seurat_obj |>
mutate(gamma_delta = signature_score > 0.7) |>
count(gamma_delta) |>
dplyr::count(gamma_delta) |>
mutate(proportion = n/sum(n))
```

Expand Down
2 changes: 1 addition & 1 deletion vignettes/spatial_bioconductor_transcriptomics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ doi: [10.1038/s41593-020-00787-0](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8

```{r, message = FALSE}
# From https://bioconductor.org/packages/devel/bioc/vignettes/Banksy/inst/doc/multi-sample.html
library(ExperimentHub)
# library(ExperimentHub)
library(STexampleData)
spatial_data <- Visium_mouseCoronal()
Expand Down

0 comments on commit 561d5e4

Please sign in to comment.