histplot: histogram plots

Description Usage Arguments Details Author(s) Examples

Description

uses base graphics hist plot

Usage

1
2
## S4 method for signature 'ASEset'
hist(x, strand = "*", type = "mean", log = 1, ...)

Arguments

x

ReferenceBias object or ASEset object

strand

'+','-' or '*'

type

'mean' (only one option atm)

log

an integer to log each value (integer 10 for log10)

...

arguments to forward to interal boxplots function

Details

The histogram will show the density over frequencies for each sample

Author(s)

Jesper R. Gadin, Lasse Folkersen

Examples

1
2
3
4
5
##load example data

#data(ASEset)
#a <- ASEset
#hist(a)

pappewaio/AllelicImbalance documentation built on April 11, 2020, 2:58 a.m.