Description Usage Arguments Details Author(s) Examples
Prepare dataset coco.
1 2 | prep_dataset_coco(data_set, ld_matrix, var_y, hwe_variance = F, exact = F,
use_info = T)
|
data_set |
data.frame. Coco formatted input data. |
ld_matrix |
matrix. LD matrix ordered by postiion. |
var_y |
float. Phenotypic variance for Y, if not specified it will be estimated using |
hwe_variance |
boolean. Force the use of Hardy-weinberg equillibrium when calculating the genotypic variance. |
exact |
boolean. Perform an exact analysis, extra data checks used in |
prep_dataset_coco
Common processing function for checking and parsing a dataset.
James Boocock
1 2 3 4 | data(coco_dataset)
data(coco_ld_matrix)
coco_data = prep_datset_coco(coco_dataset,coco_ld_matrix)
coco_data$var_y
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.