View source: R/HelperFunctions.R
u_stat_signature_list | R Documentation |
Calculate U scores for a list of signatures, given a rank matrix
u_stat_signature_list(
sig_list,
ranks_matrix,
maxRank = 1000,
sparse = FALSE,
w_neg = 1
)
sig_list |
A list of signatures |
ranks_matrix |
Matrix of pre-computed ranks |
maxRank |
Max number of features to include in ranking, for u_stat function |
sparse |
Whether the vector of ranks is in sparse format |
w_neg |
Weight on negative signatures |
A matrix of U scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.