项目作者: guokai8

项目描述 :
Functional Enrichment Analysis and Network Construction
高级语言: R
项目地址: git://github.com/guokai8/EnrichR.git
创建时间: 2018-04-30T21:24:49Z
项目社区:https://github.com/guokai8/EnrichR

开源协议:

下载


EnrichR

Functional Enrichment Analysis and Network Construction

PS: EnrichR are not supported any more. Please use the richR(“https://www.github.com/guokai8/richR“)

Description

EnrichR is a package can be used for functional enrichment analysis and network construction based on enrichment analysis results. It supported almost all species pubished by ENSEMBL and included with Bioconductor. Now the EnrichR provide function to direct download annotation dataset from the MsigDB.

Dependencies

R>2.15

Installation

  1. library(devtools)
  2. install_github("guokai8/EnrichR")

Getting started

  1. library(EnrichR)

More detail please see vignette

  1. vignette("EnrichR")

Some useful commands

If you want tranform ID from one type another type(“SYMBOL”->”ENSEMBL”)

  1. idconvert(keys=vector_of_symbols,species="human",fkeytype= "SYMBOL",tkeytype="ENSEMBL")

If you want have more details include input data and enrichment results

  1. getdetail(enrichres,input_data)

Contact information

I still working on this package and will add more functions here.
For any questions please contact guokai8@gmail.com