Description Usage Arguments Value
Requires pre-computed VIPER scores and a binary events matrix. Will use only samples in both event and VIPER matrices.
1 2 3 4 5 6 7 8 | associateEvents(
vipermat,
events.mat,
min.events = NA,
whitelist = NA,
event.type = c("Amplifications", "Deletions", "Mutations", "Fusions", NA),
verbose
)
|
vipermat |
Pre-computed VIPER scores with samples as columns and proteins as rows |
events.mat |
Binary 0/1 events matrix with samples as columns and genes or events as rows |
min.events |
Only compute enrichment if the number of samples with these events is GTE to this |
whitelist |
Only compute associations for events in this list |
event.type |
Name of the event type being analyzed |
verbose |
whether to print extra progress statements |
A matrix of aREA scores, dimensions are nrow(events.mat) x nrow(vipermat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.