Description
Collect and Retrieve Annotation Data for Various Genomic Data Using Different Webservices.
Description
Cross-species identification of novel gene candidates using the NCBI web service is provided. Further, sets of miRNA target genes can be identified by using the targetscan.org API.
README.md
hoardeR
R-package for information retrieval from various bioinformatic-related databases.
Installation
The package depends on quite a few libraries and it can be cumbersome to install them manually. The easiest way to install the latest version of the package is with the help of the devtools
package like this
install.packages("devtools")
devtools::install_github("fischuu/hoardeR")