Description Usage Arguments Value Author(s) See Also
Convert position frequency matrix into a position weight matrix.
1 2 | pfm_to_pwm(motif.raw, motif.pos = NULL, mmax, bg = c(0.25, 0.25, 0.25,
0.25), pseudoprob = 0.001)
|
motif.raw |
List of annotated motifs as PFMs. |
motif.pos |
Vector of indices to extract motifs. If |
mmax |
Maximum motif length, found via |
bg |
Vector of background nucleotide probabilities (A, C, G, T) |
pseudoprob |
Value to add to zero-valued position probability matrix entries prior to converting to PWM. |
4-D array containing PWMs of the extracted motifs.
Matthew Ploenzke, ploenzke@g.harvard.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.