Gets minimal marker profile data from database using database internal id

ba_germplasm_markerprofiles(con = NULL, germplasmDbId = "",
  rclass = "tibble")

Arguments

con

brapi connection object

germplasmDbId

character

rclass

character, default: list; alternative: vector

Value

list of marker profile ids

References

github

See also

Examples

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