ba_germplasm_pedigree: ba_germplasm_pedigree

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

View source: R/ba_germplasm_pedigree.R

Description

Retrieve germplasm pedigree by internal germplasm database identifier

Usage

1
2
3
ba_germplasm_pedigree(con = NULL, germplasmDbId = "", notation = "",
  includeSiblings = NA, rclass = c("tibble", "data.frame", "list",
  "json"))

Arguments

con

list, brapi connection object

germplasmDbId

character, the internal database identifier for a germplasm of which the germplasm pedigree is to be retrieved e.g. "9932"; REQUIRED ARGUMENT with default: ""

notation

character, text representation of the pedigree e.g. "purdy"; default: ""

includeSiblings

logical, indicating whether to include, specified as TRUE, a siblings array or not, specified as FALSE; default: NA

rclass

character, class of the object to be returned; default: "tibble" , possible other values: "data.frame"/"list"/"json"

Value

An object of class as defined by rclass containing the germplasm pedigree.

Note

Tested against: test-server

BrAPI Version: 1.2

BrAPI Status: active

Author(s)

Reinhard Simon, Maikel Verouden

References

github

See Also

Other germplasm: ba_germplasm_breedingmethods, ba_germplasm_details_study, ba_germplasm_details, ba_germplasm_markerprofiles, ba_germplasm_progeny, ba_germplasm_search_post, ba_germplasm_search, ba_studies_germplasm_details

Other brapicore: ba_calls, ba_commoncropnames, ba_crops, ba_germplasm_details_study, ba_germplasm_details, ba_germplasm_progeny, ba_germplasm_search_post, ba_germplasm_search, ba_observationvariables_datatypes, ba_observationvariables_details, ba_observationvariables_ontologies, ba_observationvariables, ba_phenotypes_search_post, ba_programs_search_post, ba_programs, ba_studies_germplasm_details, ba_traits_details, ba_traits

Examples

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

  con <- ba_db()$testserver

  ba_germplasm_pedigree(con, germplasmDbId = "1")

}

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