findRNAforDNA: Finds the mRNA sequence for given DNA sequence

Description Usage Arguments Value Examples

Description

Finds the mRNA sequence for given DNA sequence

Usage

1
findRNAforDNA(dna, strandDirection = c("5'->3'", "3'->5'"))

Arguments

dna

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

strandDirection

A string indicating the DNA strand direction. It could be "5'->3'", or "3'->5'".

Value

Vector of characters reperesenting mRNA sequence for given DNA.

Examples

1
2
findRNAforDNA(c("A","C","A","C","A","C","T","A"), "3'->5'")
findRNAforDNA(c("a","g","c","a","t","a","c","a"), "5'->3'")

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