Bioconductor Code: TDbasedUFEadv (original) (raw)

# TDbasedUFEadv The goal of TDbasedUFEadv is to … ## Installation \`\`\` r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("TDbasedUFEadv") \`\`\` You can install the latest release of TDbasedUFEadv from \[GitHub\](https://github.com/) with: \`\`\` r # install.packages("devtools") devtools::install\_github("tagtag/TDbasedUFEadv@0.99.0-1") \`\`\` You can install the development version of TDbasedUFEadv from \[GitHub\](https://github.com/) with: \`\`\` r # install.packages("devtools") devtools::install\_github("tagtag/TDbasedUFEadv",build\_vignettes = TRUE) \`\`\` or if it does not work, try \`\`\` r # install.packages("devtools") devtools::install\_github("tagtag/TDbasedUFEadv") \`\`\` ## Introduction It is an advanced version of \[TDbasedUFE\](https://bioconductor.org/packages/devel/bioc/html/TDbasedUFE.html). Thus people who would like to use TDbasedUFEadv, please first install and check TDbasedUFE. ## Vignettes For theoretical memo vignette(“Explanation\_of\_TDbasedUFEadv”) How to use it. vignette(“How\_to\_use\_TDbasedUFEadv”) vignette(“Enrichment”) For more theoretical background vignette(“TDbasedUFEadv”)