A function to conduct co-expression analysis using ARACNE (Margolin et al. 2006). Uses the implementation from the minet package (Meyer et al. 2008). This function is from dnapath R package, which is archived in May 2024.
run_aracne(
x,
estimator = "spearman",
disc = "none",
nbins = NULL,
eps = 0,
...
)
A p by p matrix of association scores.
A n by p matrix of gene expression data (n samples and p genes)
Argument is passed into minet::build.mim.
Argument is passed into minet::build.mim.
Argument is passed into minet::build.mim.
Argument is passed into minet::aracne.
Additional arguments are ignored.
Margolin AA, Nemenman I, Basso K, Wiggins C, Stolovitzky G, Dalla Favera R, Califano A (2006). “ARACNE: An Algorithm for the Reconstruction of Gene Regulatory Networks in a Mammalian Cellular Context.” In BMC Bioinformatics, volume 7(1), S7. BioMed Central.
Meyer PE, Lafitte F, Bontempi G (2008). “minet: A R/Bioconductor Package for Inferring Large Transcriptional Networks using Mutual Information.” BMC Bioinformatics, 9(1), 461.