Get sample metadata available on a brapi server

ba_samples(con = NULL, sampleDbId = "", rclass = "tibble")

Arguments

con

list, brapi connection object

sampleDbId

character, mandatory argument

rclass

character; default: "tibble" possible other values: "json"/"list"/"data.frame"

Value

rclass as defined

Note

Tested against: BMS

References

github

See also

Examples

if (interactive()) { library(brapi) # Need to connect to a database with genetic data # con <- ba_db()$xxxxx # ba_samples(con = con, ...) }