ge11232002 / TFBSTools

Software Package for Transcription Factor Binding Site (TFBS) Analysis
25 stars 10 forks source link

TFBSTools

Software Package for Transcription Factor Binding Site (TFBS) Analysis

Installation of the stable version of TFBSTools from Bioconductor

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("TFBSTools")

Installation of the development version of TFBSTools from github

Prerequsite:

devtools::install_github("ge11232002/TFBSTools")