knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

codonr

The goal of codonr is to ...

Installation

You can install the released version of codonr from GitHub with:

devtools::install_github("santiago1234/codonr")

Example

This is a basic example which shows you how to solve a common problem:

library(codonr)

dna_seq <- "ATGACAGAGGGGGGACAGTTAATG"
count_codons(dna_seq)

Code Organization

Project specific code

the pattern project_id.*.R indicates that all the files are part of a specific code project.



santiago1234/codonr documentation built on Dec. 9, 2019, 10:15 a.m.