barplot-methods {EDASeq} | R Documentation |
barplot
in Package EDASeq High-level functions to produce barplots of some complex objects.
signature(height = "BamFile")
Usage: barplot(height,strata=c("rname","strand")) It produces a barplot of the total number of reads in each chromosome (if "rname") or strand.
signature(height = "BamFileList")
It produces a barplot of the total number of reads in each object in height
. If unique=TRUE
is specified, it stratified the total by uniquely/non-uniquely mapped reads.
signature(height = "FastqFileList")
It produces a barplot of the total number of reads in each object in height
.