metaGE.regplot | R Documentation |
The function metaGE.regplot displays the graph of the z-scores of a marker according to a covariate.
metaGE.regplot(
Data,
Covariate,
EnvName,
MarkerName,
VarName,
Zscore = FALSE,
aesCol = NULL,
Main = ""
)
Data |
A dataset containing the columns: MARKER and the z-scores or the effects of each marker (in rows) in each environment (in columns), as obtained from |
Covariate |
A dataset containing the values of one or more covariates (in columns) in each environment (in rows). |
EnvName |
The name of the column containing the names of the environment in the |
MarkerName |
The name of the marker. |
VarName |
The name of the column containing the covariable to plot. |
Zscore |
A boolean. If |
aesCol |
The name of the column in the |
Main |
The main to display.(optional) |
The plot
data("metaData")
data("envDesc")
metaGE.regplot(Data = metaData, Covariate = envDesc, EnvName = "ShortName",
MarkerName = "AX-91369217", VarName = "Tnight.mean", aesCol = "Classification")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.