changeSettings {GenoGAM}R Documentation

Check data compliance with tile settings

Description

Check if the indices were build correctly, according to the specified parameters. This is the recommended way of changing tile settings, as it triggers instant recomputation of the index.

Usage

changeSettings(object, param, value)

## S4 method for signature 'GenomicTiles,character'
changeSettings(object, param, value)

Arguments

object

A /codeGenomicTiles object.

param

The name of a tile settings parameter.

value

An appropriate value. In most cases integer.

Value

A /codeGenomicTiles object

Author(s)

Georg Stricker georg.stricker@in.tum.de

Examples

gt <- makeTestGenomicTiles()
gt2 <- changeSettings(gt, "chunkSize", 20)

[Package GenoGAM version 1.8.0 Index]