recipe bioconductor-coexnet

coexnet: An R package to build CO-EXpression NETworks from Microarray Data

Homepage:

https://bioconductor.org/packages/3.16/bioc/html/coexnet.html

License:

LGPL

Recipe:

/bioconductor-coexnet/meta.yaml

Extracts the gene expression matrix from GEO DataSets (.CEL files) as a AffyBatch object. Additionally, can make the normalization process using two different methods (vsn and rma). The summarization (pass from multi-probe to one gene) uses two different criteria (Maximum value and Median of the samples expression data) and the process of gene differentially expressed analisys using two methods (sam and acde). The construction of the co-expression network can be conduced using two different methods, Pearson Correlation Coefficient (PCC) or Mutual Information (MI) and choosing a threshold value using a graph theory approach.

package bioconductor-coexnet

(downloads) docker_bioconductor-coexnet

Versions:

1.19.1-01.15.0-01.14.0-01.12.0-11.12.0-01.9.0-01.8.0-01.6.0-11.4.0-0

Depends:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install bioconductor-coexnet

and update with:

conda update bioconductor-coexnet

or use the docker container:

docker pull quay.io/biocontainers/bioconductor-coexnet:<tag>

(see bioconductor-coexnet/tags for valid values for <tag>)

Download stats