Learn R Programming

rphast (version 1.0)

complement: complement

Description

DNA complement

Usage

complement(x)

Arguments

x
A character vector with DNA sequences to be complemented

Value

  • The complement of the given sequence(s). Characters other than A,C,G,T,a,c,g,t are unchanged.