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/biomarkerLibrary documentation built on Nov. 12, 2020, 4:44 a.m.