GlobalAnalysis-class {AllelicImbalance}R Documentation

GlobalAnalysis class

Description

Object that holds results from a global AI analysis including reference bias estimations and AI detection.

Arguments

x

ASEset object or list of ASEsets

TxDb

A transcriptDb object

...

pass arguments to internal functions

Details

The GlobalAnalysis-class contains summaries and "pre-configured and pre-calculated lattice plots" needed to create an AI-report

Value

An object of class GlobalAnalysis containing all data to make report.

Author(s)

Jesper R. Gadin, Lasse Folkersen

Examples


data(ASEset)
#a <- ASEset
#gba <- gba(a)

#report(gba)
#write.tables(gba)
#graphs(gba)
#as.list(gba)


[Package AllelicImbalance version 1.28.0 Index]