Nothing
# netReg: graph-regularized linear regression models.
#
# Copyright (C) 2015 - 2019 Simon Dirmeier
#
# This file is part of netReg.
#
# netReg is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# netReg is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with netReg. If not, see <http://www.gnu.org/licenses/>.
#' The \emph{netReg} package
#'
#' \emph{netReg} is a package for generalized linear regression that includes
#' prior graphs in the models objective function.
#'
#' \emph{netReg} uses \emph{Armadillo} and \emph{TensorFlow} for
#' fast matrix computations and optimization.
#'
#' @name netReg-package
#' @author Simon Dirmeier | \email{simon.dirmeier@@gmx.de}
#' @docType package
#' @keywords package
#'
#' @useDynLib netReg, .registration = TRUE
#'
#' @import tensorflow
#' @import tfprobability
#' @importFrom tensorflow tf
#'
#' @references
#' Dirmeier, Simon and Fuchs, Christiane and Mueller, Nikola S and Theis,
#' Fabian J (2018),
#' netReg: Network-regularized linear models for biological association
#' studies. \cr
#' \emph{Bioinformatics}\cr \cr
#' Abadi, MartÃn et al. (2016),
#' Tensorflow: A system for large-scale machine learning. \cr
#' \emph{12th USENIX Symposium on Operating Systems Design and Implementation (OSDI 16)}\cr \cr
#' Powell M.J.D. (2009),
#' The BOBYQA algorithm for bound constrained optimization
#' without derivatives.\cr
#' \url{http://www.damtp.cam.ac.uk/user/na/NA_papers/NA2009_06.pdf}
#' Eddelbuettel, Dirk and Sanderson, Conrad (2014),
#' RcppArmadillo: Accelerating R with high-performance C++ linear algebra.
#' \emph{Computational Statistics & Data Analysis}
NULL
#' @importFrom utils globalVariables
utils::globalVariables("sess")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.