Skip to content

Commit f2535f8

Browse files
committed
Patch fix for a weird bug
1 parent afdb5f7 commit f2535f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

coderbuild/bladder/obtainGSMidLink.R

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
if (!requireNamespace("BiocManager", quietly=TRUE)) {
2+
install.packages("BiocManager", repos="https://cloud.r-project.org")
3+
}
4+
if (!requireNamespace("GEOquery", quietly=TRUE)) {
5+
BiocManager::install("GEOquery")
6+
}
7+
library(GEOquery)
8+
19
gse <- GEOquery::getGEO("GSE103990",GSEMatrix=FALSE)
210
GEOquery::Meta(gse)
311
GSMs <- GEOquery::Meta(gse)$sample_id

0 commit comments

Comments
 (0)