项目作者: jingwyang

项目描述 :
AnceTran2.0: R package for transcriptome evolution analysis based on RNA-seq expression data or ChIP-seq TF-binding data
高级语言: R
项目地址: git://github.com/jingwyang/AnceTran.git
创建时间: 2017-12-22T13:16:27Z
项目社区:https://github.com/jingwyang/AnceTran

开源协议:

下载



title: “README”
author: “Jingw Yang”
date: “2018/01/30”

output: md_document

AnceTran

:smile:

AnceTran is an R package that performs analyses of transcriptome evolution
based on RNA-seq expression data or ChIP-seq TF binding data, including optimized input formatting, normalization
and pair-wise distance evaluation, transcriptome character tree construction and ancestral
transcriptome state inference.

AnceTran package is under active developing, current developing version 2.0 is available at https://github.com/jingwyang/AnceTran.

A convenient way to install package from github is through devtools package:

```{r, eval=FALSE}
install.packages(‘devtools’)
devtools::install_github(“jingwyang/AnceTran”)

  1. Users can also download *AnceTran* package and install locally through:
  2. ```{r, eval=FALSE}
  3. install.packages("filePath/AnceTran.2.0.tar.gz", repos = NUll, type = "source")