Description Usage Arguments Value Examples
This function assigns proper data to their associated slots of a S4 classe. This information is either provided by user, or exported from TFregulomeR's dataware using user specified data.
1 2 3 4 5 6 7 8 9 10 11 |
mainTF |
character with the name of the main TF. |
partners |
List or character vector with the names of the partner TFs. |
cell |
character with the name of the main TF. |
mainTF_MMID |
character with the name of the main TF. |
partners_MMID |
character with the name of the main TF. |
forkPosition |
This argument, defines from which point on, the matrix needs to be forked, or in the other words, up to which point two exclusive matrices need to be aggregated. |
probabilityMatrix |
Logical, whether the function should return a frequency matrix or probability matrix (Default FALSE). |
scaleFrequencyCounts |
Logical, whether the count matrix should have equal rowSums across all the rows (Default FALSE). |
flipMatrix |
Logical, whether to apply reverse complement in case the core motif is after the forkPosition (Default FALSE). |
This component, returns a FPWM class object that can be used to plot or written in transfact format.
1 | fpwm <- createFPWM(mainTF ="CEBPB", partners = c("ATF4","ATF7","JUND"), cell = "K562", forkPosition = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.