Learn R Programming

GenoGAM (version 1.0.2)

changeSettings: 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)
"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

Examples

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

Run the code above in your browser using DataLab