
Last chance! 50% off unlimited learning
Sale ends in
Allows estimating the best cutoff. For a sequence of cutoff, the p value corresponding to each cutoff value of the sequence. Mainly recommended for single time cascade networks. To achieve more sparsity in other settings, please use a fiiting function based on the stability selection or selectboost algorithms.
# S4 method for omics_network
cutoff(Omega, sequence = NULL, x_min = 0)
A list containing two objects :
the p values corresponding to the sequence of cutoff
the smoothed p value vector, using the loess function
a omics_network object
a vector corresponding to the sequence of cutoffs that will be tested.
an integer ; only values over x_min are further retained for performing the test.
Bertrand Frederic, Myriam Maumy-Bertrand.
# \donttest{
data(network)
cutoff(network)
#See vignette for more details
# }
Run the code above in your browser using DataLab