View source: R/diff_interactions.R
InteractionCompare | R Documentation |
Seperate function for calling differential FIREs outside of the main FIREcaller function
InteractionCompare( data, targetFile, coef = 2, adjust.method = "BH", adj.pvalue = 0.05, lfc = log2(2) )
data |
a data frame of normalized cis-interactions, which are computed by FIREcaller, for each sample/replicate. |
targetFile |
a vector specifying the class of each sample/replicate. |
coef |
specifies the column number or column name for the interested coefficient or contrast of the linear model. |
adjust.method |
specifies the method used to adjust the p-values for multiple testing. Possible options include "none", "BH", "BY" and "holm". Default is |
adj.pvalue |
sets the cutoff value for adjusted p-values where only the interactions with lower adjusted p-values will be returned in the output. |
lfc |
sets the minimum absolute log2-fold-change required. Only the interactions with larger absolute log2-fold-change value are returned in the output. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.