getComplementaryStrand: Finds the complementary strand for given DNA strand

Description Usage Arguments Value Examples

Description

Finds the complementary strand for given DNA strand

Usage

1

Arguments

dna

A vector of characters in lower or upper case indicating some DNA sequence.

Value

Vector of characters reperesenting the complementary DNA strand.

Examples

1
2
getComplementaryStrand(c("A","C","A","C","A","C","T","A"))
getComplementaryStrand(c("a","g","c","a","c","a","c","a"))

frosinastojanovska/Bioinformatics documentation built on May 16, 2019, 3:32 p.m.