Description Usage Arguments Value
View source: R/compare_peaks.r
For a given GRangesList, computes correlation between pred and exp profiles in every regions, in randomnly perputed regions and plots boxplot of comparisons, with p-value for Wilcoxon's test.
1 | compare.spear.real(track.list, name.real = "WGS", method = "spearman")
|
track.list |
GRangesList object of sampled regions with experimental and predicted coverage |
name.real |
character, name of seq library |
method |
a character string indicating which correlation coefficient is to be computed. One of "pearson", "kendall", or "spearman" (default) |
list of vector for real correlation coefficients, for coefficients of random permutation, ggplot object of boxplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.