Learn R Programming

EDASeq (version 2.6.2)

barplot-methods: Methods for Function barplot in Package EDASeq

Description

High-level functions to produce barplots of some complex objects.

Arguments

Methods

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.