| pwmToSeq | R Documentation | 
Calculate sequence for PWM
pwmToSeq(pwm, cutoff = 0.2, singleCutoff = cutoff)
| pwm | a matrix with rows unique bases and columns positions | 
| cutoff | consider any base with proportion greater than this cutoff present | 
| singleCutoff | only label base with a single bases if the proportion is greater than this cutoff | 
a single character string containing the consensus sequence using ambiguous base codes
pwm, ambiguous2regex
seqs<-c('ACA','ACA','ACA','ACT','ACT','ACC')
seqPwm<-pwm(seqs)
pwmToSeq(seqPwm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.