recipe r-xgr

The central goal of XGR by Fang et al. (2016) <doi:10.1186/s13073-016-0384-y> is to provide a data interpretation system necessary to do "big data" science. It is designed to make a user-defined gene or SNP list (or genomic regions) more interpretable by comprehensively utilising ontology annotations and interaction networks to reveal relationships and enhance opportunities for biological discovery. XGR is unique in supporting a broad range of ontologies (including knowledge of biological and molecular functions, pathways, diseases and phenotypes - in both human and mouse) and different types of networks (including functional, physical and pathway interactions). There are two core functionalities of XGR. The first is to provide basic infrastructures for easy access to built-in ontologies and networks. The second is to support data interpretations via 1) enrichment analysis using either built-in or custom ontologies, 2) similarity analysis for calculating semantic similarity between genes (or SNPs) based on their ontology annotation profiles, 3) network analysis for identification of gene networks given a query list of (significant) genes, SNPs or genomic regions, and 4) annotation analysis for interpreting genomic regions using co-localised functional genomic annotations (such as open chromatin, epigenetic marks, TF binding sites and genomic segments) and using nearby gene annotations (by ontologies). Together with its web app, XGR aims to provide a user-friendly tool for exploring genomic relations at the gene, SNP and genomic region level.

Homepage:

http://XGR.r-forge.r-project.org, http://galahad.well.ox.ac.uk/XGR

License:

GPL2 / GPL-2

Recipe:

/r-xgr/meta.yaml

package r-xgr

(downloads) docker_r-xgr

versions:
1.1.7-51.1.7-41.1.7-31.1.7-21.1.7-11.1.7-01.1.6-11.1.6-01.1.5-0

1.1.7-51.1.7-41.1.7-31.1.7-21.1.7-11.1.7-01.1.6-11.1.6-01.1.5-01.1.4-0

depends bioconductor-biocgenerics:

depends bioconductor-genomicranges:

depends bioconductor-iranges:

depends bioconductor-s4vectors:

depends bioconductor-suprahex:

depends r-base:

>=4.3,<4.4.0a0

depends r-dnet:

depends r-dplyr:

depends r-ggnetwork:

depends r-ggplot2:

depends r-ggrepel:

depends r-igraph:

depends r-matrix:

depends r-rcircos:

depends r-tidyr:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install r-xgr

and update with::

   mamba update r-xgr

To create a new environment, run:

mamba create --name myenvname r-xgr

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/r-xgr:<tag>

(see `r-xgr/tags`_ for valid values for ``<tag>``)

Download stats