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)
## Prerequisite
Library [**Rcurl**](https://cran.r-project.org/web/packages/RCurl/index.html) is required to run **VarExp**
## Installation
## Installation
Install the development version of **VarExp** from GitHub by typing:
For now, **VarExp** can be installed only using package source. In R, after setting your working directory to *VarExp_0.1.0.tar.gz* location, type:
```r
```r
devtools::install_github("vincela/VarExp")
install.packages("VarExp_0.1.0.tar.gz", repos = NULL, type = "source")
```
```
## Input format
## Input format
...
@@ -55,7 +59,7 @@ Data used in this tutorial are included in the ***VarExp*** package.
...
@@ -55,7 +59,7 @@ Data used in this tutorial are included in the ***VarExp*** package.
<p>The R package <strong>VarExp</strong> 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 <a href="bioRkiv%20link">here</a></p>
<p>The R package <strong>VarExp</strong> 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 <a href="bioRkiv%20link">here</a></p>
<div id="prerequisite" class="section level2">
<h2>Prerequisite</h2>
<p>Library <a href="https://cran.r-project.org/web/packages/RCurl/index.html"><strong>Rcurl</strong></a> is required to run <strong>VarExp</strong></p>
</div>
<div id="installation" class="section level2">
<div id="installation" class="section level2">
<h2>Installation</h2>
<h2>Installation</h2>
<p>Install the development version of <strong>VarExp</strong> from GitHub by typing:</p>
<p>For now, <strong>VarExp</strong> can be installed only using package source. In R, after setting your working directory to <em>VarExp_0.1.0.tar.gz</em> location, type:</p>
<p>Please note that this project is released with a <a href="link%20to%20file">Contributor Code of Conduct</a>. By participating in this project you agree to abide by its terms.</p>
<p>Please note that this project is released with a <a href="https://github.com/vincenla/VarExp/code-of-conduct.md">Contributor Code of Conduct</a>. By participating in this project you agree to abide by its terms.</p>
</div>
<div id="license" class="section level2">
<h2>License</h2>
<p>This project is licensed under the MIT License - see the <a href="https://github.com/vincentla/VarExp/">LICENSE.md</a> file for details</p>