Description Usage Arguments Details Author(s) Examples
Joint from ids conditional wrapper
1 2 | joint_from_ids(res_preparation, rsids = NULL, idxs = NULL,
return_only_these = F, joint = T, exact = F)
|
rsids |
character vector - SNPIDs in res preparation to perform CoCo analysis on. |
idxs |
integer vector - postiion in input data to condition on. |
return_only_these |
boolean
|
joint |
boolean
|
res_prepration |
coco_data - the result of running the coco prep_dataset_common command. |
joint_from_idxs
Performs a joint or conditional signals from a specific set of SNPs, or indexes.
James Boocock and Eli Stahl
1 2 3 4 | data(coco_nek1)
res = joint_from_ids(rsids="rs10520157",coco_nek1,exact=T)
# Second hit rs4417927
res$res_step[res$res_step$rsid == "rs4417927",]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.