OBIENA
An R package for retrieving EBI-ENA information from an AC project.
To install the package, you must first install the devtools
R package on your computer.
install.packages("devtools",dependencies = TRUE)
Secondly, you must have git
installed on your computer. Look at
the following URL to install it if you haven't already done so.
If you have just installed git
using the previous explanation, restart your R/RStudio.
And type the following commands
install.packages(c("tidyverse","XML","httr"),dependencies = TRUE)
devtools::install_git("https://git.metabarcoding.org/phyloalps/obiena.git")
You can now use it:
library(OBIENA)
get_ena_data("PRJEB48693")
Enjoy ;-)