RC_DESummary: RC_DESummary

Description Usage Arguments Value Author(s) Examples

View source: R/RC_DESummary.R

Description

Create a dataframe with the different number of differentially expressed objects in function of the provided threshold.

Usage

1
RC_DESummary(res, FC, r_FC ...)

Arguments

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)

Value

Return a dataframe with the number of features DE for each couple of value provided with the sequences.

Author(s)

Benjamin Vittrant

Examples

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)
{
  }

bvittrant/RCommon documentation built on May 4, 2020, 3:04 p.m.