Description Usage Arguments Value Examples
This function saves the FPWM in transfact format.
1 | write.FPWM(FPWM = NULL, format = "transfac", fileName = NULL)
|
FPWM |
FPWM object. |
format |
the "transfac" option will output a standard transfact matrix per binding partner. The "FPWMtransfac" prints a single matrix with all the binding partners in FPWM format. |
fileName |
name of the file where the FPWM is going to be written. |
A PDF file with the cofactorReport.
1 2 | write.FPWM(FPWM = fpwm, format = "transfac", fileName = "FPWM.transfact" )
write.FPWM(FPWM = fpwm, format = "FPWMtransfac", fileName = "FPWM.FPWMtransfac" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.