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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.