fixGenoError: Fix potential genotype error

Description Usage Arguments Value Author(s) Examples

View source: R/fixGenoError.R

Description

Fix potential genotype error

Usage

1
fixGenoError(geno, fix.size = 10)

Arguments

geno

a vector object, storing genotyping information

fix.size

the size of short genotpe error

Value

vector contains error-fixed genotype

Author(s)

Zhougeng Xu, Guangwei Li

Examples

1
2
genos <- c(1,1,1,1,1,0,1,1,1,1,1,0)
fixGenoError(genos, fix.size = 2)

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