is_qindustrial | R Documentation |
Function for determining industrial quality indices of wheat genotypes, described by Szareski et al. (2019).
is_qindustrial(GEN, NQ, W, PTN, verbose = TRUE)
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. |
Determines the industrial quality index for wheat crops, when considering variables used to classify wheat cultivars.
Willyan Junior Adorian Bandeira
Ivan Ricardo Carvalho
Murilo Vieira Loro
Leonardo Cesar Pradebon
Jose Antonio Gonzalez da Silva
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.
library(EstimateBreed)
data("ptn")
with(ptn,is_qindustrial(Cult,NQ,W,PTN))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.