- recipe bioconductor-crossmeta
Cross Platform Meta-Analysis of Microarray Data
- Homepage:
https://bioconductor.org/packages/3.18/bioc/html/crossmeta.html
- License:
MIT + file LICENSE
- Recipe:
Implements cross-platform and cross-species meta-analyses of Affymentrix, Illumina, and Agilent microarray data. This package automates common tasks such as downloading, normalizing, and annotating raw GEO data. The user then selects control and treatment samples in order to perform differential expression analyses for all comparisons. After analysing each contrast seperately, the user can select tissue sources for each contrast and specify any tissue sources that should be grouped for the subsequent meta-analyses.
- package bioconductor-crossmeta¶
-
- Versions:
1.28.0-0,1.26.0-0,1.24.0-0,1.20.0-0,1.18.0-0,1.15.0-1,1.15.0-0,1.14.0-0,1.12.0-0,1.28.0-0,1.26.0-0,1.24.0-0,1.20.0-0,1.18.0-0,1.15.0-1,1.15.0-0,1.14.0-0,1.12.0-0,1.10.0-1,1.8.0-0- Depends:
on bioconductor-affxparser
>=1.74.0,<1.75.0on bioconductor-affy
>=1.80.0,<1.81.0on bioconductor-annotationdbi
>=1.64.0,<1.65.0on bioconductor-biobase
>=2.62.0,<2.63.0on bioconductor-biocgenerics
>=0.48.0,<0.49.0on bioconductor-edger
>=4.0.0,<4.1.0on bioconductor-geoquery
>=2.70.0,<2.71.0on bioconductor-limma
>=3.58.0,<3.59.0on bioconductor-oligo
>=1.66.0,<1.67.0on bioconductor-sva
>=3.50.0,<3.51.0on r-base
>=4.3,<4.4.0a0on r-biocmanager
>=1.30.4on r-data.table
>=1.10.4on r-dbi
>=1.0.0on r-dt
>=0.2on r-fdrtool
>=1.2.15on r-matrixstats
>=0.51.0on r-metama
>=3.1.2on r-miniui
>=0.1.1on r-rcurl
>=1.95.4.11on r-reader
>=1.0.6on r-readxl
>=1.3.1on r-rsqlite
>=2.1.1on r-shiny
>=1.0.0on r-shinybs
>=0.61on r-shinyjs
>=2.0.0on r-shinypanel
>=0.1.0on r-shinywidgets
>=0.5.3on r-stringr
>=1.2.0on r-tibble
on r-xml
>=3.98.1.17
- Additional platforms:
Installation¶
You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).
Pixi¶
With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:
pixi global install bioconductor-crossmeta
to add into an existing workspace instead, run:
pixi add bioconductor-crossmeta
In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:
pixi workspace channel add conda-forge
pixi workspace channel add bioconda
Conda¶
With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:
conda install bioconductor-crossmeta
Alternatively, to install into a new environment, run:
conda create -n envname bioconductor-crossmeta
with envname being the name of the desired environment.
Container¶
Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:
docker pull quay.io/biocontainers/bioconductor-crossmeta:<tag>
(see bioconductor-crossmeta/tags for valid values for <tag>).
Integrated deployment¶
Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/bioconductor-crossmeta/README.html)