Package 'rpdd'

Title: R package Docker Demo
Description: Demonstrates using an R package inside a Docker image.
Authors: Stephen Turner [aut, cre] , VP Nagraj [aut]
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

Help Index


Reverse complement

Description

Take that flip it and reverse it

Usage

missyelliot(x)

Arguments

x

A DNA sequence consisting of A, C, G, and T

Value

A reverse-complemented DNA sequence

Examples

missyelliot("GATTACA")
missyelliot(c("GATTACA", "CATATTAC"))