GenomeInfo-class {waveTiling}R Documentation

Class "genomeInfo"

Description

class to store the genomic info from a WfmFit-class object

Objects from the Class

Objects can be created by calls of the form new("GenomeInfo", chromosome, strand, minPos, maxPos).

Slots

chromosome:

Object of class "vector" ~~

strand:

Object of class "character" ~~

minPos:

Object of class "numeric" ~~

maxPos:

Object of class "numeric" ~~

Methods

initialize

signature(.Object = "GenomeInfo"): ...

show

signature(.Object = "GenomeInfo"): ...

Author(s)

Kristof De Beuf <kristof.debeuf@ugent.be>

Examples

showClass("GenomeInfo")

[Package waveTiling version 1.26.0 Index]