DNA_plot: Plot a DNA double helix

View source: R/plot.R

DNA_plotR Documentation

Plot a DNA double helix

Description

Plot a DNA double helix

Usage

DNA_plot(
  col_DNA = "#377EB8",
  col_ATCG = c("#7FC97F", "#FB8072", "#FFFFB3", "#A6CEE3"),
  DNA_length = 2
)

Arguments

col_DNA

col_DNA, "#377EB8"

col_ATCG

col_ATCG, c("#7FC97F","#FB8072","#FFFFB3","#A6CEE3")

DNA_length

DNA_length, 2

Value

ggplot

References

https://github.com/SherryDong/create_plot_by_R_base

Examples

DNA_plot()

plot4fun documentation built on May 29, 2024, 10:56 a.m.