numericalDNA: Conversion of nucleotides to numerical vectors

Description Usage Arguments Author(s) References See Also Examples

View source: R/numericalDNA.R

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 <epairo@ibecbarcelona.eu>

References

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

See Also

convertDNA

Examples

1
2
background<-c(0.25, 0.25, 0.25, 0.25)
numericA<-numericalDNA(background)

MEET documentation built on May 2, 2019, 5:52 p.m.