ba_markerprofiles_search.Rd
Lists markers as result of a search.
ba_markerprofiles_search(con = NULL, germplasmDbId = "", studyDbId = "", sampleDbId = "", extractDbId = "", methodDbId = "", page = 0, pageSize = 10000, rclass = "tibble")
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 |
data.frame
Other markerprofiles: ba_markerprofiles_allelematrix_search
,
ba_markerprofiles_details
Other genotyping: ba_genomemaps_data_range
,
ba_genomemaps_data
,
ba_genomemaps_details
,
ba_genomemaps
,
ba_germplasm_attributes
,
ba_germplasm_markerprofiles
,
ba_germplasm_search
,
ba_germplasmattributes_categories
,
ba_germplasmattributes_details
,
ba_germplasmattributes
,
ba_markerprofiles_allelematrix_search
,
ba_markerprofiles_details
,
ba_markers_details
,
ba_markers_search
if (interactive()) { library(brapi) # Need to connect to a database with genetic data # con <- ba_db()$xxxxx # ba_markerprofiles_search(con = con, ...) }