Learn R Programming

TarSeqQC (version 1.2.0)

plotAttrPerform: Plot feature performance of a TargetExperiment object.

Description

plotAttrPerform plots the achieved performance for the selected attribute. The resulting graph shows one bar per each attribute interval and its height is defined according to the amount of features achieving attribute values within that interval.

Usage

plotAttrPerform(object, attributeThres = c(0, 1, 50, 200, 500, Inf))
"plotAttrPerform"(object, attributeThres = c(0, 1, 50, 200, 500, Inf))

Arguments

object
TargetExperiment class object.
attributeThres
Numeric indicating the intervals extreme values.

Value

ggplot2 graphics

See Also

plot

Examples

Run this code
## Loading the TargetExperiment object
data(ampliPanel, package="TarSeqQC")

# Definition of the interval extreme values
attributeThres<-c(0,1,50,200,500, Inf)

# Plot panel overview in a feature performance plot
g<-plotAttrPerform(ampliPanel, attributeThres=attributeThres)
if(interactive()){
g
}

Run the code above in your browser using DataLab