tidy.scan1 | R Documentation |
Convert the output of qtl2
functions to a tibble
in long format.
These are generally useful for downstream plotting analysis.
## S3 method for class 'scan1'
tidy(x, map = NULL)
## S3 method for class 'scan1coef'
tidy(x, map = NULL)
## S3 method for class 'calc_genoprob'
tidy(x, map = NULL)
## S3 method for class 'scan1perm'
tidy(x, alpha = 0.05)
x |
The object to coerce. |
map |
An optional list of vectors of marker positions, as produced by
qtl2::insert_pseudomarkers() or the |
alpha |
Vector of significance levels (for |
At the moment the output from the following R/qtl2
functions are recognised:
scan1()
scan1coef()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.