getGEOdata: Get data from the GEO database

View source: R/data_functions.R

getGEOdataR Documentation

Get data from the GEO database

Description

Get data from the GEO database

Usage

getGEOdata(
  ID = "GSE222693",
  geodir = "~/myScratch/GEO",
  fetch_files = TRUE,
  ...
)

Arguments

...

Examples

GSE234099 <- getGEOdata(ID = "GSE234099", fetch_files = FALSE)
GSE222693 <- getGEOdata(ID = "GSE222693")

AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.