Index of /web/packages/seqhandbook/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-06-29 17:30 5.2K 

README

seqhandbook

an R package to complement the handbook on sequence analysis

It provides the datasets used in the examples in the handbook,

as well as functions for :

installation

Execute the following code within R:

if (!require(devtools)){
    install.packages('devtools')
    library(devtools)
}
install_github("nicolas-robette/seqhandbook")

References