Skip to content

tagtag/TDbasedUFEadv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDbasedUFEadv

The goal of TDbasedUFEadv is to …

Installation

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")

Introduction

It is an advanced version of TDbasedUFE. 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”)