GetH0Items | R Documentation |
This function give the index of the markers which seems not significant (under H0)
GetH0Items(Zmat, Threshold = 0.8, plotting = FALSE, Cores = NULL)
Zmat |
A matrix containing the Zscore (in rows) for each environment (in columns) |
Threshold |
Threshold on posteriors (to be H1) to filter markers for correlation computation (0.6 by default) |
plotting |
A boolean saying to plot or not (FALSE by default) |
Cores |
The number of cores to used, optional. By default, availableCores()-1 cores is used. |
A vector of index of markers which seems not significant (under H0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.