checkSettings {GenoGAM}R Documentation

Check data compliance with tile settings

Description

Check if the indices were build correctly, according to the specified parameters

Usage

checkSettings(object)

## S4 method for signature 'GenomicTiles'
checkSettings(object)

Arguments

object

A /codeGenomicTiles object.

Value

A logical value

Author(s)

Georg Stricker georg.stricker@in.tum.de

Examples

gt <- makeTestGenomicTiles()
checkSettings(gt)

[Package GenoGAM version 1.8.0 Index]