summaryFeatureLev(object)
"summaryFeatureLev"(object)
summaryGeneLev(object)
"summaryGeneLev"(object)
"summary"(object, ...)
summaryIntervals(object, attributeThres = c(0, 1, 50, 200, 500, Inf), pool = FALSE)
"summaryIntervals"(object, attributeThres = c(0, 1, 50, 200, 500, Inf), pool = FALSE)
## Loading the TargetExperiment object data(ampliPanel, package="TarSeqQC") # Summary at feature level summaryFeatureLev(ampliPanel) # Summary at gene level summaryGeneLev(ampliPanel) # Defining the attribute interval extreme values attributeThres<-c(0,1,50,200,500, Inf) # Doing a frequency table for the attribute intervals summaryIntervals(ampliPanel, attributeThres=attributeThres)