Description Usage Arguments Details Value
View source: R/plottingFunctions.R
Plot different plots to illustrate a comparison between 2 overlaps
1 | plotPairwiseComparison(name1, name2, ovF, allExpe, step = 5000, fontsize = 10)
|
name1 |
the name of the first experiment to use |
name2 |
the name of the second experiment to use |
ovF |
the list with at least the filtered overlap or the dataframe with cluster info for name1 and name2 |
allExpe |
a GRanges list with at least name1 and name2 items with a dataframe with a column called score |
step |
a integer which will be used to bin the items of name1 or name2 into categories (default is 5000). |
fontsize |
base fontsize for the heatmaps (default is 10) |
'ovF' can be obtained by putting into a list the result of filterByScore, The name of the item in the list should be name1____name2
Will do a lot of plots but do not return anything.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.