brapi_get_maps: get /maps

View source: R/brapi_get_maps.R

brapi_get_mapsR Documentation

get /maps

Description

Get the Genomic Maps

Usage

brapi_get_maps(
  con = NULL,
  commonCropName = "",
  mapDbId = "",
  mapPUI = "",
  scientificName = "",
  type = "",
  programDbId = "",
  trialDbId = "",
  studyDbId = "",
  page = 0,
  pageSize = 1000
)

Arguments

con

list; required: TRUE; BrAPI connection object

commonCropName

character; required: FALSE; The common name of the crop.

mapDbId

character; required: FALSE; The unique database identifier for a genomic map.

mapPUI

character; required: FALSE; The DOI or other permanent identifier for a genomic map.

scientificName

character; required: FALSE; Full scientific binomial format name. This includes Genus, Species, and Sub-species.

type

character; required: FALSE; Type of map matches the supplied string (case-sensitive, exact match) to filter on.

programDbId

character; required: FALSE; Unique database identifier to filter by program.

trialDbId

character; required: FALSE; Unique database identifier to filter by trial.

studyDbId

character; required: FALSE; Unique database identifier to filter by study.

page

integer; required: FALSE; Used to request a specific page of data to be returned. The page indexing starts at 0 (the first page is page = 0). Default is 0.

pageSize

integer; required: FALSE; The size of the pages to be returned. Default is 1000.

Details

Get list of maps

Value

data.frame

Author(s)

Maikel Verouden

References

BrAPI SwaggerHub

See Also

Other brapi-genotyping: brapi_get_callsets_callSetDbId_calls(), brapi_get_callsets_callSetDbId(), brapi_get_callsets(), brapi_get_calls(), brapi_get_maps_mapDbId_linkagegroups(), brapi_get_maps_mapDbId(), brapi_get_markerpositions(), brapi_get_references_referenceDbId_bases(), brapi_get_references_referenceDbId(), brapi_get_referencesets_referenceSetDbId(), brapi_get_referencesets(), brapi_get_references(), brapi_get_samples_sampleDbId(), brapi_get_samples(), brapi_get_search_calls_searchResultsDbId(), brapi_get_search_callsets_searchResultsDbId(), brapi_get_search_markerpositions_searchResultsDbId(), brapi_get_search_references_searchResultsDbId(), brapi_get_search_referencesets_searchResultsDbId(), brapi_get_search_samples_searchResultsDbId(), brapi_get_search_variants_searchResultsDbId(), brapi_get_search_variantsets_searchResultsDbId(), brapi_get_variants_variantDbId_calls(), brapi_get_variants_variantDbId(), brapi_get_variantsets_variantSetDbId_callsets(), brapi_get_variantsets_variantSetDbId_calls(), brapi_get_variantsets_variantSetDbId_variants(), brapi_get_variantsets_variantSetDbId(), brapi_get_variantsets(), brapi_get_variants(), brapi_get_vendor_orders_orderId_plates(), brapi_get_vendor_orders_orderId_results(), brapi_get_vendor_orders_orderId_status(), brapi_get_vendor_orders(), brapi_get_vendor_specifications(), brapi_post_samples(), brapi_post_search_callsets(), brapi_post_search_calls(), brapi_post_search_markerpositions(), brapi_post_search_referencesets(), brapi_post_search_references(), brapi_post_search_samples(), brapi_post_search_variantsets(), brapi_post_search_variants(), brapi_post_variantsets_extract(), brapi_put_samples_sampleDbId()

Other Genome Maps: brapi_get_maps_mapDbId_linkagegroups(), brapi_get_maps_mapDbId(), brapi_get_markerpositions(), brapi_get_search_markerpositions_searchResultsDbId(), brapi_post_search_markerpositions()

Examples

## Not run: 
con <- brapi_db()$testserver
brapi_get_maps(con = con,
               type = "Physical Map")

## End(Not run)


mverouden/brapir-v2 documentation built on April 22, 2022, 9:24 a.m.