A comprehensive codon analysis R package
A comprehensive codon analysis R package
First, you will need R package devtools. Run the following command in R, if you don’t have devtools on your computer.
install.packages('devtools') # You don't need this line if you already have it on you computer
library('devtools')
A note to users in China: you will need a uncensored connection to successfully complete the command above. Either one of the following method can be used to install and load kozonz package:
install('kodonz')
library(kodonz)
install_github("HVoltBb/kodonz")
library(kodonz)
The tutorial is located under the kodonz/docs/ folder.