fromto-Bioinforbook
Install and introduce the R package
if(!require("devtools",quietly = TRUE)){ install.packages("devtools") } devtools::install_github("grswsci/fromto") library("fromto")
Install and introduce the R package
if(!require("devtools",quietly = TRUE)){ install.packages("devtools") } devtools::install_github("grswsci/fromto") library("fromto")