plotWCdistribution-StrandFreqMatrix-method: Creates median distribution boxplots across all libraries and...

Description Usage Arguments Value Examples

Description

Creates median distribution boxplots across all libraries and contigs

Usage

1
2
## S4 method for signature 'StrandFreqMatrix'
plotWCdistribution(object, filterThreshold = 0.8)

Arguments

object

object of class StrandFreqMatrix (product of strandSeqFreqTable)

filterThreshold

numeric value used in assessing the threshold for homozygous strand calls. Default is 0.8.

Value

nothing, just plots.

Examples

1
2
3
data("exampleStrandFreq")

plotWCdistribution(exampleStrandFreq, filterThreshold=0.8)

contiBAIT documentation built on Nov. 8, 2020, 5:49 p.m.