ba_germplasm_markerprofiles.Rd
Gets minimal marker profile data from database using database internal id
ba_germplasm_markerprofiles(con = NULL, germplasmDbId = "", rclass = "tibble")
con | brapi connection object |
---|---|
germplasmDbId | character |
rclass | character, default: list; alternative: vector |
list of marker profile ids
Other germplasm: ba_germplasm_details_study
,
ba_germplasm_details
,
ba_germplasm_pedigree
,
ba_germplasm_search
Other genotyping: ba_genomemaps_data_range
,
ba_genomemaps_data
,
ba_genomemaps_details
,
ba_genomemaps
,
ba_germplasm_attributes
,
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) # Need to connect to a database with genetic data # con <- ba_db()$xxxxx # ba_germplasm_markerprofiles(con = con, ...) }