R/tidyestimate.R

#' tidyestimate: A modern implementation of the ESTIMATE algorithm
#'
#' The tidyestimate is a lightweight, fast, pipe-friendly re-imagination of the
#' ESTIMATE package. tidyestimate is used to infer tumor purity from
#' expression data.
#' 
#' @section Authors:
#' Author (tidyestimate):
#' 
#' * Kai Aragaki ([ORCID](http://orcid.org/0000-0002-9458-0426)) (author, maintainer)
#' 
#' Authors (ESTIMATE):
#' 
#' * Kosuke Yoshihara kyoshihara@mdanderson.org (author)
#' * P. Roebuck proebuck@mdanderson.org (author, copyright holder)
#' 
#' @section Reference:
#' https://www.nature.com/articles/ncomms3612
#' 
#' @docType package
#' @name tidyestimate
NULL
KaiAragaki/tidyestimate documentation built on Aug. 26, 2023, 11:26 a.m.