man/deprecated.Rd
74f81183
 % Generated by roxygen2: do not edit by hand
 % Please edit documentation in R/deprecated.R
 \name{deprecated}
 \alias{deprecated}
 \title{Deprecated functions in pcaExplorer}
 \arguments{
 \item{...}{Ignored arguments.}
 }
 \value{
e63fe6d6
 All functions throw a warning, with a deprecation message pointing
74f81183
 towards its descendent (if available).
 }
 \description{
 Functions that are on their way to the function afterlife.
 Their successors are also listed.
 }
 \details{
 The successors of these functions are likely coming after the rework that
e63fe6d6
 led to the creation of the \code{mosdef} package. See more into its
74f81183
 documentation for more details.
 }
 \section{Transitioning to the mosdef framework}{
 
e63fe6d6
 \itemize{
 \item \code{\link[=topGOtable]{topGOtable()}} is now being replaced by the more flexible
 \code{\link[mosdef:run_topGO]{mosdef::run_topGO()}} function
 }
74f81183
 }
 
 \examples{
 # try(topGOtable())
 
 }
 \author{
 Federico Marini
 }