histplot {AllelicImbalance} | R Documentation |
uses base graphics hist plot
## S4 method for signature 'ASEset' hist(x, strand = "*", type = "mean", log = 1, ...)
x |
|
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 |
The histogram will show the density over frequencies for each sample
Jesper R. Gadin, Lasse Folkersen
##load example data #data(ASEset) #a <- ASEset #hist(a)