R/installXCell.R

Defines functions install_estimate

Documented in install_estimate

#' Install the XCell software (it is in a custom location)
#'
#' @return Invisible NULL (from install.packages).
#' @export
#'
#' @examples
install_estimate<-function() {

  devtools::install_github('dviraran/xCell')
}
steveneschrich/saeAffy documentation built on Nov. 14, 2020, 10:17 a.m.