Description Usage Arguments Value Examples
Finds the reverse complement of the PWM
1 2 | ## S4 method for signature 'PWM'
reverseComplement(x, ...)
|
x |
an object of type PWM |
... |
unused |
an object of type PWM that is reverse complement of x
1 2 3 4 5 | if(requireNamespace("PWMEnrich.Dmelanogaster.background")){
data(MotifDb.Dmel.PFM, package = "PWMEnrich.Dmelanogaster.background")
reverseComplement(MotifDb.Dmel.PFM[["ttk"]]) # reverse complement of the ttk PWM
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.