Description Usage Arguments Value Author(s) Examples
Construct and apply the QuEST model with your own data
1 | quest(x, y, newx = x, method = "linear", lower.thr = 0, n.gene = 0)
|
x |
A data matrix (row: samples, col: genes). |
y |
A vector of an environment in which the samples were collected. |
newx |
A data matrix. Columns of newx and x must be identical (row: samples, col: genes). |
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 used in QuEST model (default: 0). |
n.gene |
The number of candidate genes to be used in QuEST model (default: 30). |
A vector of the environment in which the samples of newx were collected
Takahiko Koizumi
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.