README.md

lab08aSimpleRpackage

The goal of lab08aSimpleRpackage is to create random RNA or DNA or codons, or convert a DNA seq to Amino Acids.

Installation

You can install the released version of lab08aSimpleRpackage from CRAN with:

install.packages("lab08aSimpleRpackage")

Example

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)

License

This package is licensed under MIT license.



rforbiodatascience21/2021_group_09_rpackage documentation built on Dec. 22, 2021, 3:06 p.m.