ba_genomemaps: ba_genomemaps

Description Usage Arguments Value Note Author(s) References See Also Examples

View source: R/ba_genomemaps.R

Description

Get list of maps

Usage

1
2
ba_genomemaps(con = NULL, species = "", type = "", page = 0,
  pageSize = 1000, rclass = c("tibble", "data.frame", "list", "json"))

Arguments

con

brapi connection object

species

character; default:

type

character, default: ”

page

integer; default 0

pageSize

integer; default 1000

rclass

character; default: tibble

Value

rclass as defined

Note

This call must have set a specific identifier. The default is an empty string. If not changed to an identifier present in the database this will result in an error.

Author(s)

Reinhard Simon

References

github

See Also

Other genomemaps: ba_genomemaps_data_range, ba_genomemaps_data, ba_genomemaps_details

Other genotyping: ba_genomemaps_data_range, ba_genomemaps_data, ba_genomemaps_details, ba_germplasm_attributes, ba_germplasm_markerprofiles, 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

Examples

1
2
3
4
5
6
7
8
if (interactive()) {
  library(brapi)

  con <- ba_db()$testserver

  ba_genomemaps(con)

}

CIP-RIU/brapi documentation built on Oct. 17, 2019, 2 p.m.