Description Usage Arguments Details Value References Examples
The RIF algorithm identify critical transcript factors (TF) from gene expression data.
1 |
input |
A matrix of expression with differentially expressed genes and transcript factors in rows, and the samples in columns. |
nta |
Number of Differentially Expressed (DE) genes. |
ntf |
Number of Transcription Factors (TFs). |
nSamples1 |
Number of samples of condition 1. |
nSamples2 |
Number of samples of condition 2. |
The input matrix must have the rows and columns ordered by the following request:
rows: DE genes followed by TFs;
columns: samples of condition1 followed by samples of condition2.
Returns an dataframe with the regulatory impact factors metric for each transcript factor.
REVERTER, Antonio et al. Regulatory impact factors: unraveling the transcriptional regulation of complex traits from expression data. Bioinformatics, v. 26, n. 7, p. 896-904, 2010. https://academic.oup.com/bioinformatics/article/26/7/896/212064
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.