revcom {DepLogo}R Documentation

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 class 'DLData'
revcom(data)

Arguments

data

the data

Value

the reverse complement

Author(s)

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

Examples

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

[Package DepLogo version 1.2.1 Index]