This function give the index of the markers which seems not significant (under H0)
GetH0Items(Zmat, Threshold = 0.8, plotting = FALSE, Cores = NULL)
A vector of index of markers which seems not significant (under H0)
A matrix containing the Zscore (in rows) for each environment (in columns)
Threshold on posteriors (to be H1) to filter markers for correlation computation (0.6 by default)
A boolean saying to plot or not (FALSE by default)
The number of cores to used, optional. By default, availableCores()-1 cores is used.