Skip to content

Commit

Permalink
Update vignette.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaCorbetta committed May 22, 2024
1 parent 8735563 commit 96e292b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions vignettes/vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ knitr::opts_chunk$set(

```{r setup, message=FALSE}
library(scConform)
library(SingleCellExperiment)
library(VGAM)
library(foreach)
library(ontoProc)
library(MerfishData)
library(doParallel)
library(igraph)
library(scuttle)
`%notin%` = Negate(`%in%`)
# library(SingleCellExperiment)
# library(VGAM)
# library(foreach)
# library(ontoProc)
# library(MerfishData)
# library(doParallel)
# library(igraph)
# library(scuttle)
#
# `%notin%` = Negate(`%in%`)
# num_cores <- 8
# cl1 <- makeCluster(num_cores)
Expand Down

0 comments on commit 96e292b

Please sign in to comment.