plotWCdistribution,StrandFreqMatrix-method {contiBAIT} | R Documentation |
Creates median distribution boxplots across all libraries and contigs
## S4 method for signature 'StrandFreqMatrix' plotWCdistribution(object, filterThreshold = 0.8)
object |
object of class StrandFreqMatrix (product of strandSeqFreqTable) |
filterThreshold |
numeric value used in assessing the threshold for homozygous strand calls. Default is 0.8. |
nothing, just plots.
data("exampleStrandFreq") plotWCdistribution(exampleStrandFreq, filterThreshold=0.8)