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
• 6,517 views
•
link
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:
• 0 views
•
link
Log in to answer this question.