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 TRUE an object of class result_snps will be saved inside output list.

Value

the output will be a object(list) of class gwid contains profile object, IBD object and result_snps object.


[Package gwid version 0.1.0 Index]