extract_estimation_info_graph | R Documentation |
Title Internal Function used to extact input needed from graph input for liability estimation
extract_estimation_info_graph(cur_fam_graph, cur_fid, h2, pid, add_ind = TRUE)
cur_fam_graph |
neightbourhood graph of degree n around proband |
cur_fid |
proband ID |
h2 |
heritability value from estimate_liability |
pid |
Name of column of personal ID |
add_ind |
Whether the genetic liability be added. Default is TRUE. |
list with two elements: tbl (tibble with all relevant information) and cov (covariance matrix) estimated through graph_based_covariance_construction()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.