powered by
Retrieves a detailed list of attributes for a given germplasm, such as its origin, donors, and taxonomic information.
get_germplasm_attributes(germplasm_name = "")
A data frame containing the attributes associated with the specified germplasm.
The name of the germplasm.
Johan Steven Aparicio, j.aparicio@cgiar.org
login_bms, set_crop, get_germplasm_data
login_bms
set_crop
get_germplasm_data
if (interactive()) { set_qbms_config("https://bms.icarda.org/ibpworkbench") login_bms() set_crop("wheat") germplasm_attributes <- get_germplasm_attributes("Jabal") }
Run the code above in your browser using DataLab