revStrand {gap} | R 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)
[Package gap version 1.5-3 Index]