The goal of lab08aSimpleRpackage is to create random RNA or DNA or codons, or convert a DNA seq to Amino Acids.
You can install the released version of lab08aSimpleRpackage from CRAN with:
install.packages("lab08aSimpleRpackage")
This is a basic example which shows you how to solve a common problem:
library(lab08aSimpleRpackage)
# random_rna function eample
rna_length = 15
random_rna(15)
This package is licensed under MIT license.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.