compare_de_results | R Documentation |
Where compare_led_tables looks for changes between limma and friends, this function looks for differences/similarities across the models/surrogates/etc across invocations of limma/deseq/edger.
compare_de_results(
first,
second,
cor_method = "pearson",
try_methods = c("limma", "deseq", "edger")
)
first |
One invocation of combine_de_tables to examine. |
second |
A second invocation of combine_de_tables to examine. |
cor_method |
Method to use for cor.test(). |
try_methods |
List of methods to attempt comparing. |
Tested in 29de_shared.R
A list of compared columns, tables, and methods.
[all_pairwise()]
## Not run:
first <- all_pairwise(expt, model_batch = FALSE, excel = "first.xlsx")
second <- all_pairwise(expt, model_batch = "svaseq", excel = "second.xlsx")
comparison <- compare_de_results(first$combined, second$combined)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.