resample_snps | R Documentation |
These are wrapper functions around various qp
functions, which will evaluate a model on multiple subdivisions of the data.
The subdivisions are formed by leaving out one or more SNP block at a time (see boot
for details).
qp3pop_resample_snps(f2_blocks, boot = FALSE, ...)
qpdstat_resample_snps(f2_blocks, boot = FALSE, ...)
qpwave_resample_snps(f2_blocks, boot = FALSE, ...)
qpadm_resample_snps(f2_blocks, boot = FALSE, ...)
qpgraph_resample_snps(f2_blocks, boot = FALSE, ...)
f2_blocks |
a 3d array of blocked f2 statistics |
boot |
If |
... |
named arguments which are passed to the |
verbose |
print progress updates |
a nested data frame where each model is a row, and the columns are model parameters and model outputs
## Not run:
res = qpadm_resample_snps(example_f2_blocks, target = target, left = left, right = right)
unnest(res, weights)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.