revStrand {gap}R Documentation

Allele on the reverse strand

Description

The function obtains allele on the reverse strand.

Usage

revStrand(allele)

Arguments

allele

Allele to reverse.

Value

Allele on the reverse strand.

Examples

## Not run: 
  alleles <- c("a","c","G","t")
  reverse_strand(alleles)

## End(Not run)

[Package gap version 1.2.3-6 Index]