filters results using parameter thresholds
1 2 3 | ## S3 method for class 'HOmics'
filter(res, param = "p.pos", threshold = 0.95,
as.data.frame = T)
|
res |
object of class HOmics, obtained from function HOmics |
param |
probability to filter with p.pos and p.neg |
threshold |
numerical, the threshold to select associated variables related to the specified param. Default is 0.95 |
as.data.frame |
collapse as data.frame. Default = TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.