calc.cfb {RVA} | R Documentation |
Calculate CFB
Description
This function calculates the change from baseline.
Usage
calc.cfb(data, annot, baseline.flag, baseline.val)
Arguments
data |
Dataframe with subject id, annotation flag, gene id and cpm value (from count tables) columns. |
annot |
A long-format dataframe with any pertinent treatment data about
the samples. The only required column is one titled the |
baseline.flag |
A character vector of column names. These columns in |
baseline.val |
A character vector of values. This vector must be the
same length as |