|
OrderedListThe methods of the R/Bioconductor compliant package OrderedList provide a comparison of comparisons. Say, we compare two gene expression studies. Both are comparisons of two states. Preferably, one state relates to a good outcome or prognosis and the other one relates to a bad outcome. For each study separately, we might conduct a two-sample test per gene to discover differentially expressed genes. Although each single study might not necessarily reveal significant changes, we observe considerable overlap in the top-ranking genes. Hence, we wish to compare the results of the two comparisons. We assign a similarity score to a comparison of two ranked (ordered) gene lists. The similarity score is based on the number of overlapping genes in the top ranks. For each rank, the size of overlap is computed. The final score is in principle a weighted sum of these values, with more weight put on the top ranks.
Publications
DownloadDownload the tared and gzipped source file as submitted to Bioconductor. To run the package, you need R and the Bioconductor packages Biobase and twilight. Package OrderedList includes a user's manual which can be downloaded separately from above. Direct installation from the CompDiag R-repositoryStart the R version where you want to install OrderedList. Use the following commands on the R prompt to install OrderedList directly from our repository: library(reposTools) z <- getReposEntry("http://compdiag.molgen.mpg.de/software/Rrepos") install.packages2("OrderedList", z) |
|||||||||||||||||||||||||||||||
|