README.md

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)
#> # A tibble: 7 x 2
#>   codon     n
#>   <chr> <int>
#> 1 ACA       1
#> 2 ATG       2
#> 3 CAG       1
#> 4 GAG       1
#> 5 GGA       1
#> 6 GGG       1
#> 7 TTA       1

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.