numericalDNA: Conversion of nucleotides to numerical vectors

Description Usage Arguments Author(s) References See Also Examples

Description

Convert a nucleotide to a numerical vector, using a representation where each nucleotide is placed at the vertex of a regular tetrahedron.

Usage

1
numericalDNA(background)

Arguments

background

Corresponding point in the tetrahedron of the input nucleotide

Author(s)

Erola Pairo <epeiroatibec.pcb.ub.es>

References

Silverman, B.D., and Linske, R.: A measure of DNA periodicity, Journal of Theoretical Biology 118, volume 118, 295-300, 1986

See Also

convertDNA

Examples

1
2
3
require("MEET")
background<-c(0.25, 0.25, 0.25, 0.25)
numericA<-numericalDNA(background)

MEET documentation built on May 2, 2019, 1:45 p.m.

Related to numericalDNA in MEET...