Package: bnClustOmics
Title: Bayesian Network-Based Clustering of Multi-Omics Data
Version: 1.1.1
Authors@R: c(person(given = "Polina", family = "Suter",role = c("aut", "cre"),email = "polina.suter@gmail.com"), person(given = "Jack",family = "Kuipers",role = c("aut"),email = "jack.kuipers@bsse.ethz.ch"))
Description: Unsupervised Bayesian network-based clustering of multi-omics data. Both binary and continuous data types
    are allowed as inputs. The package serves a dual purpose: it clusters (patient) samples and learns the multi-omics networks that characterize discovered
    clusters. Prior network knowledge (e.g., public interaction databases) can be included via blacklisting and 
    penalization matrices. For clustering, the EM algorithm is employed. For structure search at the M-step,
    the Bayesian approach is used. The output includes membership assignments of samples, cluster-specific MAP networks, and posterior probabilities
    of all edges in the discovered networks. In addition to likelihood, AIC and BIC scores are returned. They can be used for choosing the number
    of clusters.
    References:
    P. Suter et al. (2021) <doi:10.1101/2021.12.16.473083>,
    J. Kuipers and P. Suter and G. Moffa (2022) <doi:10.1080/10618600.2021.2020127>,
    J. Kuipers et al. (2018) <doi:10.1038/s41467-018-06867-x>.
License: GPL-3
Imports: BiDAG, mclust, clue, stats, RBGL, graph, gRbase, RColorBrewer,
        graphics, plotrix
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
NeedsCompilation: no
Packaged: 2022-08-05 13:21:35 UTC; polinasuter
Author: Polina Suter [aut, cre],
  Jack Kuipers [aut]
Maintainer: Polina Suter <polina.suter@gmail.com>
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2022-08-05 14:50:06 UTC
Built: R 4.1.3; ; 2023-04-17 17:26:57 UTC; windows
