Description Usage Arguments Value Examples
Rank selection based on split-half similarity measures (cosine, inner-product, cosine correlation, and adjusted rand index)
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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 |
nrepeat |
A number, number of splits (default 1) |
similarity |
.... (deafault "inner") |
splits |
A list, provided when user wants to define split of sample. Indecies of columns for one half of the split and rest are tanken as second split half (default NA) |
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 similarity measures for all methods, the time taken for selection, the seed used for split-half, the selected rank based on the highest of each similarity measure
1 | result <- opnmfR_ranksel_splithalf()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.