Save sample data available on a brapi server.

ba_samples_save(con = NULL, sampleData = list())

Arguments

con

list, brapi connection object

sampleData

list of sample details.

Value

character a unique sample ID assigned by the server

References

github

See also

Examples

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