myReverseComplement: Reverse Complement of DNA nucleotides

View source: R/codonTools.R

myReverseComplementR Documentation

Reverse Complement of DNA nucleotides

Description

Reverse Complement of DNA nucleotides

Usage

myReverseComplement(dna)
myReverse(dna)

Arguments

dna

character string of DNA bases

Details

Reverse compliment of DNA. Similar to the same functions in package Biostrings, but operates on the R 'character' data type.

Value

a character string, that is the reverse complement (or just the reverse) of dna.

Examples

  myReverseComplement( "ATGAAACCCGGGTTT")

robertdouglasmorrison/DuffyTools documentation built on April 16, 2024, 6:31 a.m.