Description Usage Arguments Value
Return the beta of each strain. Strains are similar if identical in SNPs
| 1 2 3 4 5 6 7 8 | average_strain(
  strains_genomes,
  phenotypes,
  covars,
  downsample,
  sex,
  strain = NULL
)
 | 
| strains_genomes | A table of mice genotypes | 
| phenotypes | A table of mice phenotypes | 
| covars | Covariates to include in lm | 
| downsample | Maximal number of representatives. If 0 use average | 
| sex | A vector which assign sex to each individual, to be crossed with strain | 
| strain | A vector with strain name. If given use it instead of matching. | 
A list with $genotypes and $phenotypes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.