plotSimul {BaalChIP}R Documentation

Method plotSimul

Description

Method plotSimul

Produces a plot of the proportion of variants that displayed the correct number of mapped simulated reads.

Usage

plotSimul(.Object, plot = TRUE)

## S4 method for signature 'BaalChIP'
plotSimul(.Object, plot = TRUE)

Arguments

.Object

An object of the BaalChIP class.

plot

a logical value to whether it should plot (TRUE) or not (FALSE). Default is TRUE.

Value

A plot

Author(s)

Ines de Santiago

Examples

data('BaalObject')
plotSimul(BaalObject)

[Package BaalChIP version 1.13.0 Index]