Skip to contents

Allele on the reverse strand

Usage

revStrand(allele)

Arguments

allele

Allele to reverse.

Value

Allele on the reverse strand.

Details

The function obtains allele on the reverse strand.

Examples

if (FALSE) { # \dontrun{
  alleles <- c("a","c","G","t")
  reverse_strand(alleles)
} # }