Description Usage Arguments Value
Permutation based rank selection
1 2 3 4 5 6 7 8 9 10 11 |
X |
A matrix, rows are the number of features and columns are number of samples |
rs |
A vector of ranks to test for selection,
if rs=NULL then |
W0 |
A string or matrix for initialization (default NULL) |
use.rcpp |
A logical, use |
nperm |
A number, number of permuatations conducted (default 1) |
plots |
A logical, create a dot plot displaying the similarity measures for ranks provided and indicating the highest value for each measure (default TRUE) |
seed |
the |
rtrue |
the true rank of the input data if known (default NA) |
A list containing the approximation matrices W and H, of input matrix X; the interation number at which a solution was found; the reconstruction error, time taken for rank selection; the seed used for permutation of input data matrix #' @examples result <- opnmfR_ranksel_perm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.