View source: R/MIXTURE.DEBUG_V0.1.R
nu.svm.robust.RFE | R Documentation |
nu.svm.robust.RFE noise constrained & recursive feature extraction based support vector nu-regression it will solve the y = X*B problem, providing B>0
nu.svm.robust.RFE(X, y, nu = c(0.25, 0.5, 0.75), minProp = 0.007, maxiter = 6)
X |
the signature matrix, a NxL matrix of N genes and L cell lines |
y |
a vector of bulk gene expression sample |
nu |
(float) the nu value, default nu = c(0.25,0.5,0.75) |
minProp |
float. noise threshold level |
maxiter |
default 6 |
Elmer A. Fernández
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.