Learn R Programming

MPR.genotyping (version 0.8)

checkData: Data for check

Description

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

Usage

data("checkData")

Arguments

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)"

Examples

Run this code
# NOT RUN {
#load data
data(checkData)
# }

Run the code above in your browser using DataLab