The clusterProfiler
package implements methods to analyze and visualize functional profiles of genomic coordinates (supported by ChIPseeker), gene and gene clusters.
clusterProfiler
is released within the Bioconductor project and the source code is hosted on GitHub.
Guangchuang Yu, School of Public Health, The University of Hong Kong.
Please cite the following article when using clusterProfiler
:
Yu G, Wang L, Han Y and He Q*. clusterProfiler: an R package for comparing biological themes among gene clusters. OMICS: A Journal of Integrative Biology. 2012, 16(5):284-287.
Find out more on Featured Articles.
Install clusterProfiler
is easy, follow the guide on the Bioconductor page:
## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
## biocLite("BiocUpgrade") ## you may need this
biocLite("clusterProfiler")
Find out details and examples on Documentation.
Find out more on projects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.