Learn R Programming

EDASeq (version 2.6.2)

plot-methods: Methods for Function plot in Package EDASeq

Description

High-level function to produce plots given one BamFileList object and one FastqFileList object.

Arguments

Methods

signature(x = "BamFileList", y = "FastqFileList")
It produce a barplot of the percentage of mapped reads. If strata=TRUE it stratifies the bars according to the unique/non-unique mapped reads. To be meaningful, x should be a set of aligned reads and y a set of raw reads on the same samples.