Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/ba_germplasm_markerprofiles.R
Retrieve the internal markerprofile database identifiers for a given internal germplasm database identifier
1 2 | ba_germplasm_markerprofiles(con = NULL, germplasmDbId = "",
rclass = c("tibble", "data.frame", "list", "json"))
|
con |
list, brapi connection object |
germplasmDbId |
character, the internal database identifier for a germplasm of which the internal markerprofile database identifiers are to be retrieved e.g. "9932"; REQUIRED ARGUMENT with default: "" |
rclass |
character, class of the object to be returned; default: "tibble" , possible other values: "data.frame"/"list"/"json" |
An object of class as defined by rclass containing the internal markerprofile database identifiers.
Tested against: test-server
BrAPI Version: 1.0, 1.1, 1.2
BrAPI Status: active
Reinhard Simon, Maikel Verouden
Other germplasm: ba_germplasm_breedingmethods,
ba_germplasm_details_study,
ba_germplasm_details,
ba_germplasm_pedigree,
ba_germplasm_progeny,
ba_germplasm_search_post,
ba_germplasm_search,
ba_studies_germplasm_details
Other genotyping: ba_genomemaps_data_range,
ba_genomemaps_data,
ba_genomemaps_details,
ba_genomemaps,
ba_germplasm_attributes,
ba_germplasm_search_post,
ba_germplasm_search,
ba_germplasmattributes_attributes,
ba_germplasmattributes_categories,
ba_germplasmattributes_details,
ba_markerprofiles_allelematrices_details,
ba_markerprofiles_allelematrices_search_post,
ba_markerprofiles_allelematrices_search,
ba_markerprofiles_allelematrix_search,
ba_markerprofiles_details,
ba_markerprofiles_search,
ba_markers_details,
ba_markers_search_post,
ba_markers_search
1 2 3 4 5 6 7 8 | if (interactive()) {
library(brapi)
con <- ba_db()$testserver
ba_germplasm_markerprofiles(con, germplasmDbId = "1")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.