ukb_gen_related_with_data {ukbtools} | R Documentation |
Subset of the UKB relatedness dataframe with data
Description
Subset of the UKB relatedness dataframe with data
Usage
ukb_gen_related_with_data(data, ukb_with_data, cutoff = 0.0884)
Arguments
data |
The UKB relatedness data as a dataframe (header: ID1, ID2, HetHet, IBS0, Kinship) |
ukb_with_data |
A character vector of ukb eids with data on the phenotype of interest |
cutoff |
KING kingship coefficient cutoff (default 0.0884 includes pairs with greater than 3rd-degree relatedness) |
Value
A dataframe (header: ID1, ID2, HetHet, IBS0, Kinship) for the subset of individuals with data.
See Also
ukb_gen_rel_count
, ukb_gen_samples_to_remove
[Package ukbtools version 0.11.3 Index]