TargetExperiment-plotAttrPerform: Plot feature performance of a TargetExperiment object.

Description Usage Arguments Value Note Author(s) See Also Examples

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 number of features achieving attribute values within that interval.

Usage

1
2
3
4
5
plotAttrPerform(object, attributeThres = c(0, 1, 50, 200, 500, Inf))

## S4 method for signature 'TargetExperiment'
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

Note

see full example in TargetExperiment-class

Author(s)

Gabriela A. Merino gmerino@bdmg.com.ar, Cristobal Fresno cfresno@bdmg.com.ar, Yanina Murua ymurua@leloir.org.ar, Andrea S. Llera allera@leloir.org.ar and Elmer A. Fernandez efernandez@bdmg.com.ar

See Also

plot

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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
}

TarSeqQC documentation built on Nov. 8, 2020, 6:03 p.m.