Function to calculate oppositeAndMissingGenotypes array
This is an helper function, this will be called by another function
findOppositeAndMissing(data, ROHet = TRUE)
data
: vector of 0/1/2 genotypesROHet
: TRUE in ROHet evaluation, FALSE for ROHomcharacter array; names will be index in which opposite and missing snps are found in data array
Useful links