Description Usage Arguments Value Examples
Creates median distribution boxplots across all libraries and contigs
1 2 | ## 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.
1 2 3 | data("exampleStrandFreq")
plotWCdistribution(exampleStrandFreq, filterThreshold=0.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.