if (interactive()) {
# Configure your GIGWA connection
set_qbms_config("https://gigwa.southgreen.fr/gigwa/",
time_out = 300, engine = "gigwa", no_auth = TRUE)
# Select a database by name
gigwa_set_db("3kG_10M")
# Select a project by name
gigwa_set_project("3003_ind")
# Select a specific run by name
gigwa_set_run("1")
# Get a list of all samples in the selected run
metadata <- gigwa_get_metadata()
}
Run the code above in your browser using DataLab