calculate_aucc | R Documentation |
This is taken verbatim from a recent paper sent to me by Julie Cridland.
calculate_aucc(
tbl,
tbl2 = NULL,
px = "deseq_adjp",
py = "edger_adjp",
lx = "deseq_logfc",
ly = "edger_logfc",
cor_method = "pearson",
topn = 0.1
)
tbl |
DE table |
tbl2 |
Second table |
px |
first set of p-values column |
py |
second set |
lx |
first set of logFCs column |
ly |
second set |
cor_method |
Method to pass to cor(). |
topn |
Number of genes to consider (or percentage of the whole). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.