studycharacter. The study accession number. Use an empty
string ("") to create a connection at the project level.configlist. Stores configuration of the connection object
such as URL, path and username.available_datasetsdata.table. The table of datasets available
in the connection object.data_cachelist. Stores the data to avoid downloading the same
tables multiple times.constantslist. Used to store information regarding
gene-expression data.addTrt(x = NULL)clear_cache()EMNames(EM = NULL, colType = "participant_id")getDataset(x, original_view = FALSE, reload = FALSE, colFilter = NULL,
...)getGEAnalysis(...)getGEFiles(files, destdir = ".")getGEMatrix(x = NULL, cohort = NULL, summary = FALSE, reload = FALSE)listDatasets(which = c("datasets", "expression"))listGEAnalysis()quick_plot(...)labkey.url.base, and labkey.url.path, to
access a study. labkey.url.base should be
https://www.immunespace.org/. labkey.url.path should be
/Studies/studyname, where 'studyname' is the accession number of the
study.
The ImmunespaceConnection will initialize itself, and look for a
.netrc file in "~/" the user's home directory. The
.netrc file should contain a machine, login, and
password entry to allow access to ImmuneSpace, where machine is
the host name like "www.immunespace.org".
CreateConnection
ImmuneSpaceR-package
## Not run:
# sdy269 <- CreateConnection("SDY269")
# sdy269
# ## End(Not run)
Run the code above in your browser using DataLab