Description Usage Arguments Value Examples
View source: R/miniCofactorReport.R
This function allows you to get a PDF report of top cofactors along with DNA methylation for a TF.
1 2 3 4 5 6 7 8 9 10 |
TF |
Main TF of interest. |
cell |
Cell . |
cobinding_threshold |
Only the co-factors with co-binding percentages more than this threshold value will be reported. By default the threshold is 0.05. |
Methylation |
Logical, TRUE to retrieve Cytosine methylation information. |
includeMotifOnly |
Logical, TRUE if you wish to include only peaks that contain the known binding motif. |
height |
Height in inch for the plot. |
width |
Width in inch for the plot. |
pdfName |
Name of the pdf to be saved. |
A PDF file with the cofactorReport.
1 | miniCofactorReport(TF = "CEBPB",cell = "K562")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.