Learn R Programming

gap (version 1.6)

revStrand: Allele on the reverse strand

Description

Allele on the reverse strand

Usage

revStrand(allele)

Value

Allele on the reverse strand.

Arguments

allele

Allele to reverse.

Details

The function obtains allele on the reverse strand.

Examples

Run this code
if (FALSE) {
  alleles <- c("a","c","G","t")
  reverse_strand(alleles)
}

Run the code above in your browser using DataLab