plotPairwiseComparison: Plot different plots to illustrate a comparison between 2...

Description Usage Arguments Details Value

View source: R/plottingFunctions.R

Description

Plot different plots to illustrate a comparison between 2 overlaps

Usage

1
plotPairwiseComparison(name1, name2, ovF, allExpe, step = 5000, fontsize = 10)

Arguments

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)

Details

'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

Value

Will do a lot of plots but do not return anything.


lldelisle/analysePeaks documentation built on July 10, 2021, 1:02 p.m.