目录

xcore

xcore is an R package for transcription factor activity modeling based on known molecular signatures and user’s gene expression data. Accompanying xcoredata package provides a collection of molecular signatures, constructed from publicly available ChiP-seq experiments.

We refer interested users to our publication in BMC Bioinformatics.

Installation

xcore and xcoredata can be installed from Bioconductor:

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

BiocManager::install("xcore")
BiocManager::install("xcoredata")

Usage

A vignette showing xcore basic usage is available here.

Parallel computing

xcore can take advantage of parallelization to speed up calculations, especially for model training and estimates testing. To use parallel computing in R one have to first register parallel backend. While there are many parallel backends to choose from, internally xcore uses foreach to implement parallel computing. Having this in mind we should use a backend supported by foreach.

In the vignette we are using doParallel backend, together with BiocParallel package providing unified interface across different OS. Those packages can be installed with:

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

BiocManager::install("BiocParallel")
install.packages("doParallel")
关于

用于基因表达数据分析的R包,提供差异表达基因检测和功能富集分析

40.1 MB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号