Adding the data retrieval
This commit is contained in:
parent
9ae154121d
commit
86d902cca9
1 changed files with 8 additions and 0 deletions
8
retrieve-data.R
Normal file
8
retrieve-data.R
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
if ("MicroBioMap" %in% rownames(installed.packages()) == FALSE) {
|
||||
cat("MicroBioMap package not found. Installing...\n")
|
||||
if (!requireNamespace("BiocManager", quietly = TRUE)) {
|
||||
install.packages("BiocManager")
|
||||
}
|
||||
BiocManager::install("blekhmanlab/MicroBioMap")
|
||||
}
|
||||
library(MicroBioMap)
|
||||
Loading…
Add table
Reference in a new issue