Description Usage Arguments Value Author(s) Examples
This function selects active components in sparse linear mixed models in order to estimate heritability. The selection allows us to reduce the size of the data sets which improves the accuracy of the estimations. Our package also provides a confidence interval for the estimated heritability.
1 |
Y |
Vector of observations of size n. |
Z |
Matrix with genetic information of size n x N. |
X |
Matrix of fixed effects of size n x d. |
thresh_vect |
Vector of thresholds in the stability selection step: the higher the threshold, the smallest the set of selected components. |
nb_boot |
Number of subsamples of Y to apply our bootstrap technique. The value by default is 80. |
nb_repli |
Number of replications in the stability selection. The value by default is 50. |
CI_level |
Level of the confidence interval for the estimation of the heritability. The value by default is 0.95. |
nb_cores |
Number of cores of the computer. It is used for parallelizing the computations. The value by default is 1. |
heritability |
Estimation of the heritability |
CI_up |
Upper bound of the confidence interval for the estimated heritability |
CI_low |
Lower bound of the confidence interval for the estimated heritability |
selec_ind |
Indexes of the columns of the selected components |
Anna Bonnet and Celine Levy-Leduc
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.