GlobalAnalysis-class {AllelicImbalance} | R Documentation |
Object that holds results from a global AI analysis including reference bias estimations and AI detection.
x |
ASEset object or list of ASEsets |
TxDb |
A |
... |
pass arguments to internal functions |
The GlobalAnalysis-class contains summaries and "pre-configured and pre-calculated lattice plots" needed to create an AI-report
An object of class GlobalAnalysis containing all data to make report.
Jesper R. Gadin, Lasse Folkersen
data(ASEset) #a <- ASEset #gba <- gba(a) #report(gba) #write.tables(gba) #graphs(gba) #as.list(gba)