Description Usage Arguments Value Author(s) Examples
Visualize R-squared value distribution in gene-environment interaction
1 2 3 4 5 6 7 8 |
x |
A data matrix (row: samples, col: genes). |
y |
A vector of an environment in which the samples were collected. |
method |
A string to specify the method of regression for calculating R-squared values. "linear" (default), "quadratic" or "cubic" regression model can be specified. |
lower.thr |
The lower threshold of R-squared value to be included in QuEST model (default: 0). |
n.gene |
The number of genes to be included in QuEST model (default: ncol(x)). |
upper.xlim |
The upper limitation of x axis (i.e., the number of genes) in the resulted figure (default: ncol(x)). |
A rank order plot
Takahiko Koizumi
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.