Description Usage Arguments Value
View source: R/AnalysisAssociationFunctions.R
This function acts as a front-end for TASSEL's extensive association analysis methods. Using this function, users can run the following TASSEL association methods:
best linear unbiased estimates (BLUEs)
generalized linear model (GLM)
mixed linear model
Fast association (Shabalin 2012)
| 1 2 3 | 
| tasObj | An object of class  | 
| formula | An R-based linear model formula. The general layout of this
formula uses the following TASSEL data scheme:
 | 
| fitMarkers | Should marker data be fitted? If  | 
| kinship | Should kinship data be accounted for in the model? If so,
please submit a TASSEL kinship matrix object using the rTASSEL function,
 | 
| fastAssociation | Should TASSEL's Fast Association plugin be used?
Consider setting to  | 
| minClassSize | The minimum acceptable genotype class size. Genotypes in a class with a smaller size will be set to missing. Defaults to 0. | 
| biallelicOnly | Only test sites that are bi-allelic. The alternative is
to test sites with two or more alleles. Defaults to  | 
| appendAddDom | If true, additive and dominance effect estimates will
be added to the stats report for bi-allelic sites only. The effect will
only be estimated when the data source is genotype (not a probability).
The additive effect will always be non-negative. Defaults to  | 
Returns an R list containing tibble-based data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.