Description Usage Arguments Details Author(s) See Also
performs the leading edge analysis involving the running sum described in the GSEA methodology. It IS a mess...
1 2 3 4 5 6 7 8 9 10 11 12 | leading.edge<-function(k,
forder,
s2n,
meanES,
Ngenes,
doplot=F,
label="",
alless=NA,
col="black",
add=F,
pas=10,
...)
|
k |
boolean vector of length = number of genes. TRUE if the nth gene/row of the expression matrix is found in the gene set to be tested. |
forder |
order of the scores between two classes |
s2n |
scores between two classes : see snr.SNR or snr.FC |
meanES |
|
Ngenes |
|
doplot |
|
label |
|
alless |
|
col |
|
add |
|
pas |
|
... |
used internally for the GSEA plot
maxime.tarabichi@ulb.ac.be
snr.SNR; snr.FC; GSEA.plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.