forked from tidyomics/tidyomicsWorkshopBioc2023
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6653e2f
commit c0eeef3
Showing
2 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,19 @@ library(spatialOmicsWorkshop2024) | |
vignette("Introduction") | ||
``` | ||
|
||
## Interactive execution of the vignettes | ||
|
||
From command line, and enter the tidySpatialWorkshop2024 directory. | ||
|
||
``` | ||
# Open the command line | ||
git clone [email protected]:tidyomics/tidySpatialWorkshop2024.git | ||
``` | ||
|
||
Alternatively download the [git zipped package](https://github.com/tidyomics/tidySpatialWorkshop2024/archive/refs/heads/devel.zip). Uncompress it. And enter the directory. | ||
|
||
|
||
To run the code, you could then copy and paste the code from the workshop vignette or | ||
[R markdown file](https://github.com/tidyomics/tidySpatialWorkshop2024/blob/devel/vignettes/Session_1_sequencing_assays.Rmd) | ||
into a new R Markdown file on your computer. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,9 +46,14 @@ You can view the material at the workshop webpage | |
|
||
[here](https://tidyomics.github.io/tidySpatialWorkshop2024/articles/main.html). | ||
|
||
### Installation | ||
## Workshop package installation | ||
|
||
If you want to install the packages and material post-workshop, the | ||
instructions are below. The workshop is designed for R `4.4` and | ||
Bioconductor 3.19. | ||
|
||
```{r, eval=FALSE} | ||
# Install workshop package | ||
#install.packages('BiocManager') | ||
BiocManager::install("tidyomics/tidySpatialWorkshop2024", dependencies = TRUE) | ||
|
@@ -61,15 +66,29 @@ BiocManager::install(c("lmweber/ggspavis", | |
"stemangiola/tidygate", | ||
"stemangiola/CuratedAtlasQueryR"), | ||
update = FALSE) | ||
BiocManager::install("ggcorrplot") | ||
# Then build the vignettes | ||
BiocManager::install("tidyomics/tidySpatialWorkshop2024", build_vignettes = TRUE, force = TRUE) | ||
BiocManager::install("tidyomics/tidySpatialWorkshop2024", build_vignettes = TRUE, force=TRUE) | ||
# To view vignette | ||
library(spatialOmicsWorkshop2024) | ||
vignette("Introduction") | ||
``` | ||
|
||
## Interactive execution of the vignettes | ||
|
||
From command line, and enter the tidySpatialWorkshop2024 directory. | ||
|
||
``` | ||
# Open the command line | ||
git clone [email protected]:tidyomics/tidySpatialWorkshop2024.git | ||
``` | ||
|
||
Alternatively download the [git zipped package](https://github.com/tidyomics/tidySpatialWorkshop2024/archive/refs/heads/devel.zip). Uncompress it. And enter the directory. | ||
|
||
# Announcements | ||
|
||
|
||
|