DepLogo (version 1.0)

revcom: Reverse complement

Description

Determine the reverse complementary DLData object. Only works for DNA or RNA. Data may include gap symbols.

Usage

revcom(data)

Arguments

data

the data

Value

the reverse complement

Examples

Run this code
# NOT RUN {
data <- DLData(c("ACGT", "ATTA"))
revcom(data)
# }

Run the code above in your browser using DataLab