edgeR

Empirical Analysis of Digital Gene Expression Data in R

安装

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

BiocManager::install("edgeR")

使用

library("edgeR")

edgeRUserGuide()    # 查看使用文档

查看在线的使用文档   http://www.bioconductor.org/packages/release/bioc/vignettes/edgeR/inst/doc/edgeRUsersGuide.pdf

查看edgeR中的函数说明   http://www.bioconductor.org/packages/release/bioc/manuals/edgeR/man/edgeR.pdf

 

posted on 2019-07-16 22:43  0820LL  阅读(172)  评论(0编辑  收藏  举报

导航