Description Usage Arguments Details Value Author(s) See Also
A function to provide coefficients and p-values of self and neighbor effects for each marker.
1 2 3 4 5 6 7 8 9 |
geno |
An individual x marker matrix. Bialleles (i.e., A or a) must be converted into -1 or 1 digit. |
g_nei |
An output of |
pheno |
A numeric vector including phenotypes for individuals |
addcovar |
An optional matrix including additional non-genetic covariates. It contains no. of individuals x no. of covariates. |
response |
An option to select if the phenotype is a |
n_core |
No. of cores for a multi-core computation. This does not work for Windows OS. Default is a single-core computation. |
asym |
If TRUE, asymmetric neighbor effects are also tested and returned as "beta_sxn" and "p_sxn". |
This function is a subset of neiGWAS()
. nei_lm()
gives detailed results when the option model="lm"
is selected in neiGWAS()
.
A data.frame including coefficients and p-values of self and neighbor effects, without the chromosome numbers and marker position.
beta_self
coefficient for self effects
beta_self
coefficient for neighbor effects
p_self
p-value for self effects by a likelihood ratio test between a null and standard linear model
p_nei
p-value for neighbor effects by a likelihood ratio test between models with or without neighbor effects
Yasuhiro Sato (sato.yasuhiro.36c@kyoto-u.jp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.