Description Usage Arguments Value Author(s) Examples
Create a dataframe with the different number of differentially expressed objects in function of the provided threshold.
1 | RC_DESummary(res, FC, r_FC ...)
|
res |
A dataframe containing the pvalue and Fold change you want to iterate on. |
FC |
The colname corresponding to the Fold Change you want to use from res. |
r_FC |
A sequence of values you want to iterate on. You can the seq() functions as seq(1.2,1.8,0.1 |
padj |
The colname corresponding to the pvalue you want to use from res |
r_pval |
A sequence of value you to iterate on. You can the seq() functions as seq(0.01,0.05,0.1) |
Return a dataframe with the number of features DE for each couple of value provided with the sequences.
Benjamin Vittrant
1 2 3 4 5 6 7 8 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.