View source: R/validatedSignatures.R
validatedSignatures | R Documentation |
Validation result in data frame
validatedSignatures(
val_all,
RAVmodel,
num.out = 5,
scoreCutoff = NULL,
swCutoff = NULL,
clsizeCutoff = NULL,
indexOnly = FALSE,
whichPC = NULL,
filterMessage = TRUE
)
val_all |
An output matrix from |
RAVmodel |
PCAGenomicSignatures-class object. RAVmodel used to prepare
|
num.out |
A number of highly validated RAVs to output. Default is 5.
If any of the cutoff parameters are provided, |
scoreCutoff |
A numeric value for the minimum correlation. For multi-studies case, the default is 0.7. |
swCutoff |
A numeric value for the minimum average silhouette width. |
clsizeCutoff |
An integer value for the minimum cluster size. |
indexOnly |
A logical. Under the default (= |
whichPC |
An integer value between 1 and 8. PC number of your data to
check the validated signatures with. Under the default ( |
filterMessage |
A logical. Under the default |
A subset of the input matrix, which meets the given condition.
data(miniRAVmodel)
library(bcellViper)
data(bcellViper)
val_all <- validate(dset, miniRAVmodel)
validatedSignatures(val_all, miniRAVmodel, num.out = 3, scoreCutoff = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.