plotCounts {msgbsR} | R Documentation |
Plots the total number of reads vs total number of cut sites per sample
plotCounts(se, cateogory)
se |
A RangedSummarizedExperiment containing meta data of the samples. |
cateogory |
The heading name in the sample data to distinguish groups. |
Produces a plot showing the total number reads vs total number of cut sites per sample.
Benjamin Mayne
data(ratdata2) plotCounts(se = ratdata2, cateogory = "Group")