is_qindustrial {EstimateBreed} | R Documentation |
Industrial quality of wheat
Description
Function for determining industrial quality indices of wheat genotypes, described by Szareski et al. (2019).
Usage
is_qindustrial(GEN, NQ, W, PTN, verbose = TRUE)
Arguments
GEN |
The column with the genotype name |
NQ |
The column with the falling number |
W |
The column with the gluten force (W) |
PTN |
The column with the protein values |
verbose |
Logical argument. Runs the code silently if FALSE. |
Value
Determines the industrial quality index for wheat crops, when considering variables used to classify wheat cultivars.
Author(s)
Willyan Junior Adorian Bandeira
Ivan Ricardo Carvalho
Murilo Vieira Loro
Leonardo Cesar Pradebon
Jose Antonio Gonzalez da Silva
References
Szareski, V. J., Carvalho, I. R., Kehl, K., Levien, A. M., Lautenchleger, F., Barbosa, M. H., ... & Aumonde, T. Z. (2019). Genetic and phenotypic multi-character approach applied to multivariate models for wheat industrial quality analysis. Genetics and Molecular Research, 18(3), 1-14.
Examples
library(EstimateBreed)
data("ptn")
with(ptn,is_qindustrial(Cult,NQ,W,PTN))