useBigMemoryPWMEnrich {PWMEnrich} | R Documentation |
If to use a faster implementation of motif scanning that requires abount 5 to 10 times more memory
useBigMemoryPWMEnrich(useBigMemory = FALSE)
useBigMemory |
a boolean value denoting if to use big memory implementation |
## Not run: useBigMemoryPWMEnrich(TRUE) # switch to big memory implementation globally useBigMemoryPWMEnrich(FALSE) # switch back to default implementation ## End(Not run)