Lists markers as result of a search.

ba_markerprofiles_search(con = NULL, germplasmDbId = "", studyDbId = "",
  sampleDbId = "", extractDbId = "", methodDbId = "", page = 0,
  pageSize = 10000, rclass = "tibble")

Arguments

con

brapi connection object

germplasmDbId

character; default ''

studyDbId

character; default ''

sampleDbId

character; default: ''

extractDbId

character; default: ''

methodDbId

string; default: ''

page

integer; default: 0

pageSize

integer; default 1000

rclass

character; default: tibble

Value

data.frame

References

github

See also

Examples

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