compl: Complementary DNA tuples.

View source: R/manip.R

complR Documentation

Complementary DNA tuples.

Description

Complementary DNA tuples.

Usage

compl(tuples)

Arguments

tuples

Vector of strings where the words consists of DNA bases (A, T, C, G) in upper case. Invoke normalize on strings prior to call compl if needed.

Value

Vector of same lengths like tuples where each tuple contains the complementary bases for each letter in the string. I.e. A<->T and C<->G.


informatik-mannheim/gcat-base documentation built on Nov. 7, 2023, 7:18 a.m.