plotCounts: plotCounts

Description Usage Arguments Value Author(s) Examples

View source: R/plotCounts.R

Description

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

Usage

1
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

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

msgbsR documentation built on Nov. 8, 2020, 6:51 p.m.