Description Usage Arguments Details Value Author(s) Examples
Exports the plots of estimated binding sites (plotType="fit"
)
or the goodness of fit (GOF) plots (plotType="GOF"
) to a PDF file.
1 | exportPlot(x, y, ...)
|
x |
Object of class |
,
y |
Name of file to export to. |
... |
Other parameters to be passed through to generic |
Exports the plots of estimated binding sites (plotType="fit"
)
or the goodness of fit (GOF) plots (plotType="GOF"
) to a PDF file.
Its file name needs to be specified in the filename
argument.
In both of these plots, estimated binding sites or simulated fragments are superimposed on
the plots of reads (or fragments) aligned to each position.
For SET data, if plotType="fit"
and strand=TRUE
,
reads will be plotted in a strand-specific manner,
where each read is extended to extension
from its 5' end.
If smoothing=TRUE
, a smoothed plot (using the smoothing spline) is provided.
Unsmoothed plot is provided by default.
Export plots to files
Dongjun Chung
1 2 3 | data(exampleData)
exampleFit <- dpeakFit( exampleData, maxComp=5)
exportPlot( exampleFit, filename="exampleResult_combined.pdf" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.