项目作者: HaidYi

项目描述 :
Detecting hidden batch factors through data adaptive adjustment for biological effects
高级语言: R
项目地址: git://github.com/HaidYi/DASC.git
创建时间: 2017-12-14T15:24:36Z
项目社区:https://github.com/HaidYi/DASC

开源协议:MIT License

下载


DASC

Status: Travis CI Build Status

Overview

DASC is an R package used for identifying batches and classifying samples into different batches in a high dimensional gene expression dataset. The batch information can be further used as a covariate in conjunction with other variables of interest among standard bioinformatics analysis like differential expression analysis.

Installation

Dependencies

Before installing the package, please make sure the prerequisite packages described in DESCRIPTION file have been installed successfully.

To install the DASC package, start the terminal and enter:

On linux/MacOs

  1. git clone https://github.com/HaidYi/DASC.git
  2. R CMD build DASC
  3. R CMD INSTALL DASC_*.tar.gz

Usage

For concrete usages, please refer the .html vignettes in inst/doc file.

Citation info

If you use DASC for your analysis, please cite our paper as here below.

  1. @article{Yi2018Detecting,
  2. title={Detecting hidden batch factors through data-adaptive adjustment for biological effects},
  3. author={Haidong Yi and
  4. Ayush T. Raman and
  5. Han Zhang and
  6. Genevera I. Allen and
  7. Zhandong Liu},
  8. journal={Bioinformatics},
  9. volume={34},
  10. number={7},
  11. pages={1141--1147},
  12. year={2018},
  13. }

Questions ?

If you have any questions or issues? Please ask in the Issues or email me directly at HaidYi@mail.nankai.edu.cn