Home
last modified time | relevance | path

Searched refs:restrictSnps (Results 1 – 1 of 1) sorted by relevance

/dports/biology/bolt-lmm/BOLT-LMM_v2.3.4/src/
H A DRestrictSnpSet.cpp33 vector <SnpInfo> restrictSnps; in RestrictSnpSet() local
35 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()