useBigMemoryPWMEnrich {PWMEnrich}R Documentation

If to use a faster implementation of motif scanning that requires abount 5 to 10 times more memory

Description

If to use a faster implementation of motif scanning that requires abount 5 to 10 times more memory

Usage

useBigMemoryPWMEnrich(useBigMemory = FALSE)

Arguments

useBigMemory

a boolean value denoting if to use big memory implementation

Examples

## Not run: 
useBigMemoryPWMEnrich(TRUE) # switch to big memory implementation globally
useBigMemoryPWMEnrich(FALSE) # switch back to default implementation

## End(Not run)

[Package PWMEnrich version 4.30.0 Index]