View source: R/summary_functions.R
getDEgenes | R Documentation |
retrieve genes' differential expression information it outputs three measures for every gene: nDiffEVF: the number of DiffEVFs used for each gene logFC_theoretical: log2 fold change based on kinetic parameters wil.p_true_counts: adjusted wilcoxon p-value based on true counts
getDEgenes(true_counts_res, popA, popB)
true_counts_res |
the output of function SimulateTrueCounts() |
popA |
the first population to be compared with (usually a number) |
popB |
the second population to be compared with |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.