Description Usage Arguments Details Value Author(s) Examples
Return a data frame with observed values of accessions for associated Trait
1 | getTraitsData(IG, traitID)
|
IG |
factor. Unique identifier of accession. |
traitID |
integer. Unique identifier of trait (from |
Possible inputs for traitID
can be found using the getTraits
function (see section 'Examples').
A data frame with scores for the trait specified in traitID
for the accessions given in IG
.
Khadija Aouzal, Amal Ibnelhobyb, Zakaria Kehel, Fawzy Nawar
1 2 3 4 5 6 7 8 9 | ## Not run:
if(interactive()){
# Check trait ID for septoria and get septoria data for durum wheat
durum <- getAccessions(crop = 'Durum wheat', coor = TRUE)
durumTraits <- getTraits(crop = 'Durum wheat')
septoria <- getTraitsData(IG = durum$IG, traitID = 145)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.