ba_genomemaps.Rd
Get list of maps
ba_genomemaps(con = NULL, species = "", type = "", page = 0, pageSize = 30, rclass = "tibble")
con | brapi connection object |
---|---|
species | character; default: |
type | character, default: '' |
page | integer; default 0 |
pageSize | integer; default 30 |
rclass | character; default: tibble |
rclass as defined
This call must have set a specific identifier. The default is an empty string. If not changed to an identifier present in the database this will result in an error.
Other genomemaps: ba_genomemaps_data_range
,
ba_genomemaps_data
,
ba_genomemaps_details
Other genotyping: ba_genomemaps_data_range
,
ba_genomemaps_data
,
ba_genomemaps_details
,
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_markerprofiles_search
,
ba_markers_details
,
ba_markers_search
if (interactive()) { library(brapi) # make sure you are connected to the internet #con <- ba_db()$sweetpotatobase #ba_genomemaps(con = con) }