Learn R Programming

contiBAIT (version 1.0.0)

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

Description

Creates median distribution boxplots across all libraries and contigs

Usage

## S3 method for class '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

Run this code
data("exampleStrandFreq")

plotWCdistribution(exampleStrandFreq, filterThreshold=0.8)

Run the code above in your browser using DataLab