knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/"
)

DeepG

deepG: R 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 of Prof. Dr. Bernd Bischl and the Huttenhower lab at Harvard T.H. Chan School of Public Health.

DOI

Overview

The package offers several functions to create, train and evaluate neural networks as well as data processing.

Installation

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")
devtools::load_all(path = "~/deepG")

Usage

See the Package website at https://deepg.de for documentation and example code.



GenomeNet/deepG documentation built on Dec. 24, 2024, 12:11 p.m.