Skip to content
Snippets Groups Projects
Commit 572f119a authored by Vincent  LAVILLE's avatar Vincent LAVILLE
Browse files

NEW README

parent a9c53af3
No related branches found
No related tags found
No related merge requests found
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# VarExp # VarExp
The R package **VarExp** provides functions for the estimating of the percentage of phenotypic variance explained by genetic effects, interaction effects or jointly by both effects. This suite of functions are useful for meta-analysis designs where pooling individual genotype data is challenging. A pre-print article related to this work is available [here](bioRkiv link) The R package **VarExp** provides functions for the estimating of the percentage of phenotypic variance explained by genetic effects, interaction effects or jointly by both effects. This suite of functions are useful for meta-analysis designs where pooling individual genotype data is challenging. A pre-print article related to this work is available [here](bioRkiv link)
...@@ -57,7 +52,7 @@ Note that in the case of a binary exposure, the two latter columns can be replac ...@@ -57,7 +52,7 @@ Note that in the case of a binary exposure, the two latter columns can be replac
Data used in this tutorial are included in the ***VarExp*** package. Data used in this tutorial are included in the ***VarExp*** package.
```r ``` r
# Load the package # Load the package
library(VarExp) library(VarExp)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment