Home
last modified time | relevance | path

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

/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Dtree.h83 … bool m_hasSnpPanel; // the region that created this tree includes SNP panel data variable
132 bool GetSnpPanelFlag() { return m_hasSnpPanel; }; in GetSnpPanelFlag()
137 void SetSnpPanelFlag(bool flag) { m_hasSnpPanel = flag; }; in SetSnpPanelFlag()