deepG: toolbox for deep neural networks optimized for genomic datasets
The goal of the package is to speed up the development of bioinformatical tools for sequence classification, homology detection and other bioinformatical tasks. It is developed for biologists and advanced AI researchers. DeepG is a collaborative effort from the McHardy Lab at the Helmholtz Centre for Infection Research, the Chair of Statistical Learning and Data Science at the Ludwig Maximilian University of Munich and the Huttenhower lab at Harvard T.H. Chan School of Public Health.
The package offers several functions to create, train and evaluate neural networks as well as data processing.
Install the tensorflow python package
install.packages("tensorflow")
tensorflow::install_tensorflow()
and afterwards install the latest version of deepG from github
devtools::install_github("GenomeNet/deepG")
See the Package website at https://deepg.de for documentation and example code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.