gigwa_get_metadata | R Documentation |
Retrieve metadata associated with the samples in the current active run, set using the 'gigwa_set_run()' function. The metadata provides additional information about the samples in the selected run.
gigwa_get_metadata()
A data frame containing metadata attributes for each sample in the active run.
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
set_qbms_config
, gigwa_set_run
if (interactive()) {
set_qbms_config("https://gigwa.southgreen.fr/gigwa/",
time_out = 300, engine = "gigwa", no_auth = TRUE)
gigwa_set_db("3kG_10M")
gigwa_set_project("3003_ind")
gigwa_set_run("1")
metadata <- gigwa_get_metadata()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.