build_gwid {gwid} | R Documentation |
Open a ibd file and extract information.
Description
Open a ibd file and extract information.
Usage
build_gwid(
ibd_data = "name.ibd",
gwas = "object of class gwas",
gwid_generator = TRUE
)
Arguments
ibd_data |
a file name for output of Refined IBD |
gwas |
object of class gwas |
gwid_generator |
logical; if |
Value
the output will be a object(list) of class gwid contains profile object, IBD object and result_snps object.
[Package gwid version 0.2.0 Index]