if(marker.n_individuals>=0.75*this->markers_table.header.n_individuals)this->results.depths[i].push_back(marker.individual_depths[i]);// Only consider markers present in at least 75% of individuals
if(marker.individual_depths[i]>0)++this->results.individual_markers_count[i];// Increment total number of markers for this individual
if(marker.individual_depths[i]>0){
++this->results.individual_markers_count[i];// Increment total number of markers for this individual