The goal of TDbasedUFEadv is to …
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("TDbasedUFEadv")
You can install the latest release of TDbasedUFEadv from GitHub with:
# install.packages("devtools")
devtools::install_github("tagtag/TDbasedUFEadv@0.99.0-1")
You can install the development version of TDbasedUFEadv from GitHub with:
# install.packages("devtools")
devtools::install_github("tagtag/TDbasedUFEadv",build_vignettes = TRUE)
or if it does not work, try
# install.packages("devtools")
devtools::install_github("tagtag/TDbasedUFEadv")
It is an advanced version of TDbasedUFE. Thus people who would like to use TDbasedUFEadv, please first install and check TDbasedUFE.
For theoretical memo
vignette(“Explanation_of_TDbasedUFEadv”)
How to use it.
vignette(“How_to_use_TDbasedUFEadv”)
vignette(“Enrichment”)
For more theoretical background
vignette(“TDbasedUFEadv”)