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")

BenjaminAdelaide/msgbsR documentation built on May 5, 2019, 2:41 p.m.