DNA_plot {plot4fun} | R 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()
[Package plot4fun version 0.1.1 Index]