Skip to content

bioc/TDbasedUFEadv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 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”)

About

This is a read-only mirror of the git repos at https://bioconductor.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published