plotCounts {msgbsR}R Documentation

plotCounts

Description

Plots the total number of reads vs total number of cut sites per sample

Usage

plotCounts(se, cateogory)

Arguments

se

A RangedSummarizedExperiment containing meta data of the samples.

cateogory

The heading name in the sample data to distinguish groups.

Value

Produces a plot showing the total number reads vs total number of cut sites per sample.

Author(s)

Benjamin Mayne

Examples

data(ratdata2)
plotCounts(se = ratdata2, cateogory = "Group")

[Package msgbsR version 1.14.0 Index]