Searched refs:restrictSnps (Results 1 – 1 of 1) sorted by relevance
33 vector <SnpInfo> restrictSnps; in RestrictSnpSet() local35 restrictSnps = SnpData::readBimFile(restrictPartnerFile, Nautosomes); in RestrictSnpSet()36 for (uint64 m = 0; m < restrictSnps.size(); m++) in RestrictSnpSet()37 keys.insert(makeKey(restrictSnps[m])); in RestrictSnpSet()