if(interactive()){
## 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<-plotFeatPerform(ampliPanel, attributeThres=attributeThres, log=FALSE,
featureLabs=TRUE, sepChr=TRUE, legend=TRUE)
g
}
Run the code above in your browser using DataLab