mincut_c {martini} | R Documentation |
Run the mincut algorithm.
mincut_c(c, eta, lambda, W)
c |
A vector with the association of each SNP with the phenotype. |
eta |
A numeric with the value of the eta parameter. |
lambda |
A numeric with the value of the eta parameter. |
W |
A sparse matrix with the connectivity. |
A list with vector indicating if the feature was selected and the objective score.