RevcomR: Get complement sequence of your DNA sequence.

Description Usage Arguments Note Examples

Description

This package performs three functions

1. Retruns complement sequence of the given DNA sequence

2. Returns reverse sequence of the given DNA sequence

3. If you use both functions in order you can get reverse complement of your sequence.

Usage

1
2
mycomplement (x)
reverse(x)

Arguments

x

your DNA string provided inside quote (" ") sign. See Example.

Note

Be careful about reverse and reverse complement. To get the reverse complement you will have to get the complement of your sequence and then you can use the output of the "mycomplement"" function to get the reverse complement using "reverse"" function.

Examples

1
2
mycomplement ("agtc")
reverse("agtc")

lrjoshi/RevcomR documentation built on May 17, 2019, 7:31 p.m.