Learn R Programming

AllelicImbalance (version 1.6.2)

DetectedAI-class: DetectedAI class

Description

Object that holds results from AI detection.

Usage

referenceFrequency(x, ...)
"referenceFrequency"(x, return.class = "array")
thresholdFrequency(x, ...)
"thresholdFrequency"(x, return.class = "array")
thresholdCountSample(x, ...)
"thresholdCountSample"(x, return.class = "array")
thresholdDeltaFrequency(x, ...)
"thresholdDeltaFrequency"(x, return.class = "array")
thresholdPvalue(x, ...)
"thresholdPvalue"(x, return.class = "array")

Arguments

x
ASEset object or list of ASEsets
...
pass arguments to internal functions
return.class
type of class returned eg. "list or ""array".

Value

An object of class DetectedAI containing logics for thresholds of interest.

Details

The DetectedAI-class contains

Examples

Run this code
data(ASEset)
a <- ASEset
dai <- detectAI(a)

#summary(gba)
#write.tables(dai)

Run the code above in your browser using DataLab