Description Usage Arguments Value Examples
Return the screened feature names.
1 | feature_screen(features, prevalence)
|
features |
result of |
prevalence |
the prevalence cutoff of features. The features with
prevalence less than |
Vector
1 2 3 4 5 6 7 8 9 | g1 <- SWRG1; g0 <- SWRG0
result.complex <- feature_removal(g1, g0,
cutoff1=0.95, cutoff0=0.925,
offset=c(0.5, 1, 2))
prevalence.result <- feature_prevalence(result.complex, 233, hist.plot=TRUE)
feature.list <- feature_screen(prevalence.result, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.