checkData: Data for check

Description Usage Format Details Source Examples

Description

this is used to check up the genotype results in my example.

Usage

1
data("checkData")

Format

The format is: chr [1:11948, 1:2] "A" "A" "C" "T" "A" ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:11948] "0500000526A" "0500000556A" "0500000559G" "0500000591G" ... ..$ : chr [1:2] "ZS97" "MH63"

Details

you can use "table(checkData[ids,1]==alleleA)"

Source

http://www.ncpgr.cn/supplements/MPR_genotyping/MPR_genotyping.tar.gz

Examples

1
2
#load data
data(checkData)

MPR.genotyping documentation built on May 2, 2019, 3:26 a.m.