callWindowGeno: Call genotype by fix-size window

Description Usage Arguments Value Author(s) Examples

View source: R/callWindowGeno.R

Description

Call genotype by fix-size window

Usage

1
callWindowGeno(x, window.size = 15, low = 6, high = 24)

Arguments

x

a vector object, storing genotype information

window.size

default is 15

low

default is 6

high

default is 24

Value

vector

Author(s)

Zhougeng Xu

Examples

1
2
3
4
data(geno)
GT <- geno[,5]
names(GT) <- paste0(geno$CHR, "_", geno$POS)
genos <- callWindowGeno(GT)

binmapr documentation built on Oct. 30, 2019, 12:14 p.m.