bump x.y.z version to odd y following creation of RELEASE_3_23 branch
The goseq package provides a method to detect Gene Ontology and/or other user defined categories which are over/under represented in RNA-seq data.
goseq
goseq can be found on Bioconductor (https://www.bioconductor.org/packages/goseq).
You can install the version of goseq which is on Bioconductor with these commands:
if (!require("BiocManager")) { install.packages("BiocManager") } BiocManager::install("goseq")
Alternatively, you can install the development version of goseq from GitHub with:
library("remotes") remotes::install_github("federicomarini/goseq")
针对 RNA-seq 差异基因进行长度偏差校正的富集分析工具。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
goseq
The
goseqpackage provides a method to detect Gene Ontology and/or other user defined categories which are over/under represented in RNA-seq data.goseqcan be found on Bioconductor (https://www.bioconductor.org/packages/goseq).Installation
You can install the version of
goseqwhich is on Bioconductor with these commands:Alternatively, you can install the development version of
goseqfrom GitHub with: