annotateRAV {GenomicSuperSignature} | R Documentation |
Search the top enriched pathways for RAV
annotateRAV(RAVmodel, ind, n = 5, abs = FALSE)
RAVmodel |
PCAGenomicSignatures object. |
ind |
An integer for RAV you want to check the enriched pathways. |
n |
A number of top enriched pathways to output. Default is 5. |
abs |
Default is |
A data frame with n
rows and 4 columns;
Description, NES, pvalue, and qvalues
data(miniRAVmodel) annotateRAV(miniRAVmodel, ind = 695)