Description Usage Arguments Value Author(s) Examples
Creates PNG file with scatter plots of CAGE signal for all pairs of selected samples and calculates the correlation between them.
1 2 3 4 | plotCorrelation(object, what = "CTSS", values = "raw",
samples = "all", method = "pearson",
tagCountThreshold = 1, applyThresholdBoth = FALSE,
plotSize = 800)
|
object |
A |
what |
Which level should be used for plotting and calculating correlation. Can be either |
values |
Specifies which values will be used for plotting and calculating correlation. Can be either |
samples |
Character vector of sample labels for which the scatter plots should be plotted and correlation calculated. Can be either |
method |
A character string indicating which correlation coefficient should be computed. Passed to |
tagCountThreshold, applyThresholdBoth |
Only TSSs with tag count |
plotSize |
Size of the individual comparison plot in pixels - the total size of the resulting png will be |
Creates PNG file named "Pairwise_tag_count_correlation.png" in the working directory. Returns a matrix
of pairwise correlations between selected samples.
Vanja Haberle
1 2 3 | load(system.file("data", "exampleCAGEset.RData", package="CAGEr"))
plotCorrelation(object = exampleCAGEset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.