Lists markers as result of a search.

ba_markerprofiles_details(con = NULL, markerprofilesDbId = "",
  expandHomozygotes = FALSE, unknownString = "-", sepPhased = "|",
  sepUnphased = "/", page = 0, pageSize = 10000, rclass = "tibble")

Arguments

con

brapi connection object

markerprofilesDbId

character; default 0

expandHomozygotes

logical; default false

unknownString

chaaracter; default: '-'

sepPhased

character; default: '|'

sepUnphased

character; 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_details(con = con, ...) }