DepLogo (version 1.2.1)

revcom: Reverse complement

Description

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

Usage

revcom(data)

# S3 method for DLData revcom(data)

Value

the reverse complement

Arguments

data

the data

Author

Jan Grau <grau@informatik.uni-halle.de>

Examples

Run this code
data <- DLData(c("ACGT", "ATTA"))
revcom(data)

Run the code above in your browser using DataLab