Title: | R package Docker Demo |
---|---|
Description: | Demonstrates using an R package inside a Docker image. |
Authors: | Stephen Turner [aut, cre] |
Maintainer: | Stephen Turner <[email protected]> |
License: | GPL (>= 3) |
Version: | 0.2.0 |
Built: | 2025-02-10 06:14:26 UTC |
Source: | https://github.com/stephenturner/rpdd |
Take that flip it and reverse it
missyelliot(x)
missyelliot(x)
x |
A DNA sequence consisting of A, C, G, and T |
A reverse-complemented DNA sequence
missyelliot("GATTACA") missyelliot(c("GATTACA", "CATATTAC"))
missyelliot("GATTACA") missyelliot(c("GATTACA", "CATATTAC"))