tidyestimate
The ESTIMATE package has been fundamental for inferring tumor purity from expression data, but its documentation is lacking, and its functions sometimes overstep their bounds while not doing enough. This package is a refresh of ESTIMATE with the goal of maintaining the excellent backbone of the package while increasing its documentation and function scope.
Installation
You can install the released version of tidyestimate from CRAN with:
install.packages("tidyestimate")And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("KaiAragaki/tidy_estimate")Features
| tidyestimate | ESTIMATE | ||
|---|---|---|---|
| input | data.frametibblematrix | .GCT file | |
| output | data.frame | .GCT file | |
%>%/`\ | >`? | ✔️ | ✖️ |
| size | <1MB | ~7MB |
Additionally:
⚡ Faster. tidyestimate doesn’t do any file conversion.