get.QTL | R Documentation |
Output a table with significant markers
get.QTL(data, traits = NULL, models = NULL, bp.window = NULL)
data |
Output from |
traits |
Vector of trait names (by default, all traits) |
models |
Vector of model names (by default, all models) |
bp.window |
prune output to return only the most significant marker within this window size |
To return all significant markers (original behavior of the function), use bp.window=NULL
. Assumes input map position in bp.
Data frame with results. Score = -log10(p). Effect = marker effect (not available for the general and diplo-general models because there are multiple effects).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.