revStrand: Allele on the reverse strand

View source: R/revStrand.R

revStrandR Documentation

Allele on the reverse strand

Description

Allele on the reverse strand

Usage

revStrand(allele)

Arguments

allele

Allele to reverse.

Details

The function obtains allele on the reverse strand.

Value

Allele on the reverse strand.

Examples

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

## End(Not run)

gap documentation built on Aug. 26, 2023, 5:07 p.m.