changeSettings {GenoGAM} | R Documentation |
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.
changeSettings(object, param, value) ## S4 method for signature 'GenomicTiles,character' changeSettings(object, param, value)
object |
A /codeGenomicTiles object. |
param |
The name of a tile settings parameter. |
value |
An appropriate value. In most cases integer. |
A /codeGenomicTiles object
Georg Stricker georg.stricker@in.tum.de
gt <- makeTestGenomicTiles() gt2 <- changeSettings(gt, "chunkSize", 20)