Installation
> source("http://bioconductor.org/biocLite.R")
> biocLite("Biostrings")
Load sequence
> library("Biostrings")
> s = readDNAStringSet("/share/data/Ee_soap_1.4.CDS.fa")
Translate one gene
> translate(s[1])
References
List of commands
tutorials
http://www.bioinformatics-sannio.org/wordpress/wp-content/uploads/2015/06/R-programming-3.1-sequence-analysis-with-Biostrings.pdf https://web.stanford.edu/class/bios221/labs/biostrings/lab_1_biostrings.html https://www.bioconductor.org/help/course-materials/2012/useR2012/Bioconductor-tutorial.pdf