powered by
Plots a number of contact maps to file of each sample for a stage in the analysis
plotMatrices( cds, type = "original", directory = 0, a = 1, b = 50, c = 1, d = 50, h = 3 )
A heatmap of the reads in the analysis stage chosen
A comradesDataSet object
The analysis stage to plot
An output directory for the heatmap (use 0 for no output)
To make a subsetted plot (left value on x)
To make a subsetted plot (right value on x)
To make a subsetted plot (left value on y)
To make a subsetted plot (right value on y)
Height of image (inches) ( only useful if plotting)
cds = makeExampleComradesDataSet() plotMatrices(cds, b = rnaSize(cds), d = rnaSize(cds))
Run the code above in your browser using DataLab