Description Usage Arguments Value Author(s)
Function computes random and subsampled similarity score in order to select appropriate tunning parameter alpha for weights in preliminary simmilarity score
1 | RandomScore(data, varname, B, alpha, test, which = c("random", "empirical", "subsample"), two.sided = TRUE)
|
data |
MetaArray object |
varname |
String indicating which column of clinical data should be used as class labels, same on all data set |
B |
Number of permutation |
alpha |
Vector of alphas considered (can be returned by |
test |
|
which |
|
two.sided |
if |
A list
random |
Random similarity score |
empirical |
Empirical confidence intervals for overlaping genes |
subsample |
Subsampled score |
Ivana Ihnatova
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.