Description Usage Arguments Value Author(s) Examples
View source: R/motif_analysis.R
Convert the posotion weight matrix of a motif to the IUPAC sequence.
1 | GetIUPACSequence(pwm, prob = 0.25)
|
pwm |
The position weight matrix, with the columns representing A, C, G, T. |
prob |
The probability threshold. Default: 0.25. |
A character string.
Sunyoung Shin sunyoung.shin@utdallas.edu, Chandler Zuo chandler.c.zuo@gmail.com
1 2 | data(example)
GetIUPACSequence(motif_library[[1]], prob = 0.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.