To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("CompGO")
In most cases, you don't need to download the package archive at all.
Bioconductor version: 3.0
This package contains functions to accomplish several tasks. It is able to download full genome databases from UCSC, import .bed files easily, annotate these .bed file regions with genes (plus distance) from aforementioned database dumps, interface with DAVID to create functional annotation and gene ontology enrichment charts based on gene lists (such as those generated from input .bed files) and finally visualise and compare these enrichments using either directed acyclic graphs or scatterplots.
Author: Sam D. Bassett [aut], Ashley J. Waardenberg [aut, cre]
Maintainer: Ashley J. Waardenberg <A.Waardenberg at victorchang.edu.au>
Citation (from within R,
enter citation("CompGO")
):
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("CompGO")
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("CompGO")
CompGO-vignette.pdf | ||
R Script | Introduction | |
Reference Manual | ||
Text | NEWS |
biocViews | GO, GeneSetEnrichment, MultipleComparison, Software, Visualization |
Version | 1.2.0 |
In Bioconductor since | BioC 2.14 (R-3.1) |
License | GPL-2 |
Depends | RDAVIDWebService |
Imports | rtracklayer, Rgraphviz, ggplot2, GenomicFeatures, TxDb.Mmusculus.UCSC.mm9.knownGene, pcaMethods, reshape2, pathview |
LinkingTo | |
Suggests | |
SystemRequirements | |
Enhances | |
URL | |
Depends On Me | |
Imports Me | |
Suggests Me | |
Build Report |
Follow Installation instructions to use this package in your R session.
Package Source | CompGO_1.2.0.tar.gz |
Windows Binary | CompGO_1.2.0.zip |
Mac OS X 10.6 (Snow Leopard) | CompGO_1.2.0.tgz |
Mac OS X 10.9 (Mavericks) | CompGO_1.2.0.tgz |
Browse/checkout source | (username/password: readonly) |
Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!