plotWCdistribution,StrandFreqMatrix-method {contiBAIT}R Documentation

Creates median distribution boxplots across all libraries and contigs

Description

Creates median distribution boxplots across all libraries and contigs

Usage

## 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

data("exampleStrandFreq")

plotWCdistribution(exampleStrandFreq, filterThreshold=0.8)

[Package contiBAIT version 1.18.0 Index]