rank_aggregate | R Documentation |
Aggregate CCC Method results and by both magnitude and specificity ranks
rank_aggregate(liana_res, ...)
liana_res |
LIANA results |
... |
Arguments passed on to
|
liana_path <- system.file(package = "liana")
# load testdata
testdata <- readRDS(file.path(liana_path , "testdata", "input", "testdata.rds"))
# run liana
liana_res <- liana_wrap(testdata, method=c("sca", "natmi"))
# aggregate results from multiple methods
liana_res <- rank_aggregate(liana_res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.