This is a test version of Biostars. For the public version, visit https://www.biostars.org.
PWM scanning using R

Hi I want to scan the whole genome of mouse and human using a PWM, which tool/R package would be the most efficient one to use?

Thanks

r pwm

1 answer

Have a look at the Biostrings package, function matchPWM. Scanning the whole genome is possibly not an effective strategy though, due to large number of false positives, even if it might work in R with a large RAM machine (not sure about it, might work for you or not). You should maybe focus on promoter regions. See also this documentation for a workflow:

http://www.bioconductor.org/help/workflows/generegulation/

Log in to answer this question.