CIP-RIU / brapi

An R package to use the Breeding API (BrAPI) for accessing plant breeding data.
13 stars 7 forks source link

ba_markers_details example too many output rows #71

Open mverouden opened 5 years ago

mverouden commented 5 years ago

Testing: con <- ba_db()$testserver ba_markers_details(con = con, markerDbId = "mr01") Creates an output (tibble or data.frame of two rows), which is unexpected. The refAlt column should be combined and given as a comma or semi-colon separated field.