Learn R Programming

dnafractal (version 0.0.2)

Generates a Fractal Image of a DNA Sequence

Description

The function takes a DNA sequence, a start point, an end point in the sequence, dot size and dot color and draws a fractal image of the sequence. The fractal starts in the center of the canvas. The image is drawn by moving base by base along the sequence and dropping a midpoint between the actual point and the corner designated by the actual base. For more details see Jeffrey (1990) , Hill, Schisler, and Singh (1992) , and Löchel and Heider (2021) .

Copy Link

Version

Install

install.packages('dnafractal')

Monthly Downloads

154

Version

0.0.2

License

GPL (>= 3)

Maintainer

Matthew Cserhati

Last Published

May 9th, 2025

Functions in dnafractal (0.0.2)

sign2base

Returns a DNA base based on the sign value of an X and Y coordinate
dnafractal

Generates a Fractal Image of a DNA Sequence
coordinates2sequence

Generates a DNA Sequence Based on an X and Y Coordinate over several iterations
human_mitogenome

Human Mitochondrial Genome Sequence