feature_screen {iteremoval} | R Documentation |
Return the screened feature names.
feature_screen(features, prevalence)
features |
result of |
prevalence |
the prevalence cutoff of features. The features with
prevalence less than |
Vector
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)