Skip to content

QBMS Version 1.5.0

Latest
Compare
Choose a tag to compare
@khaled-alshamaa khaled-alshamaa released this 18 Sep 12:00
· 7 commits to master since this release
  • Updated the core QBMS script to replace the non-CRAN async R package with the CRAN-standard future and future.apply packages.
  • Updated the core QBMS script to substitute the deprecated httr R package with the recommended httr2 package.
  • Add new gigwa_get_allelematrix() function that boosting the marker data retrieval speed by more than 10 times.
  • Add new gigwa_get_markers() function to retrieve the marker map that describe the physical positions of the markers on the chromosomes.
  • Add new gigwa_get_sequences() function to retrieve the list of sequences in the selected GIGWA project.
  • Improve get_trial_obs_ontology() function performance for systems supports BrAPI v2 /search/variables endpoint.
  • Improve package documentation with enhanced details.
  • Implement an internal central mechanism to handle all BrAPI POST /search endpoints, including the 202 status code or searchResultsDbId response.