Description Usage Arguments Value Examples
View source: R/retrieve.overlap.R
Retrieve overlap between two results using two job ids
1 2 | retrieve.overlap(job.id1, job.id2, top.validated = T, fetch.files = F,
output.dir = NULL)
|
job.id1 |
Job id 1 |
job.id2 |
Job id 2 |
top.validated |
Flag to get overlap between either top-ranking functionally validated proteins (default) or top top-ranking 1% |
fetch.files |
Flag to fetch result files (for top-ranking 1%) from server and save them locally in output.dir |
output.dir |
Directory to save the ranking, function, subnetwork and drug info files fetched from the server |
result List containing scores of common top-ranking proteins, common functions enriched among top-ranking proteins, drugs targeting common top-ranking proteins (Note that the number of top-ranking proteins and common functions are limited to 500)
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.