revcom: Reverse complement

Description Usage Arguments Value Author(s) Examples

View source: R/DepLogoR.R

Description

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

Usage

1

Arguments

data

the data

Value

the reverse complement

Author(s)

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

Examples

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

Jstacs/DepLogo documentation built on April 22, 2021, 1:21 a.m.