Learn R Programming

AllelicImbalance (version 1.10.2)

histplot: histogram plots

Description

uses base graphics hist plot

Usage

"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

Examples

Run this code

##load example data

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

Run the code above in your browser using DataLab