| scoreFromPWM | R Documentation | 
Calculate PWM scores for sequences
scoreFromPWM(seqs, pwm)
| seqs | vector of strings, sequences to score | 
| pwm | position weight matrix with uniqueBases x seqLength dimensions | 
vector with a score for each sequence
seqs<-c('ACA','ACA','ACA','ACT','ACT','ACC')
seqPwm<-pwm(seqs)
scoreFromPWM(seqs,seqPwm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.