GetH0Items {metaGE} | R Documentation |
GetH0Items
Description
This function give the index of the markers which seems not significant (under H0)
Usage
GetH0Items(Zmat, Threshold = 0.8, plotting = FALSE, Cores = NULL)
Arguments
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. |
Value
A vector of index of markers which seems not significant (under H0)
[Package metaGE version 1.0.3 Index]