forked from cbg-ethz/MC-CBN
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
18 lines (18 loc) · 801 Bytes
/
DESCRIPTION
File metadata and controls
18 lines (18 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: mccbn
Type: Package
Title: Large-scale inference of continuous time Conjunctive Bayesian Networks
Version: 2.1.0
Date: 2016-11-19
Authors@R:
c(person(given = "Hesam", family = "Montazeri", role = c("aut", "cre"),
email = "hesam.montazeri@bsse.ethz.ch"),
person(given = "Susana", family = "Posada-Cespedes", role = "aut",
email = "susana.posada@bsse.ethz.ch"))
Maintainer: Hesam Montazeri <hesam.montazeri@bsse.ethz.ch>
Description: MC-CBN performs large-scale inference on conjunctive Bayesian networks using genetic data. Sequencing times can also be given
License: GPL (>= 2)
Imports: igraph, foreach, R.utils, MASS, relations, Rcpp (>= 0.11.3)
LinkingTo: Rcpp, RcppArmadillo, RcppEigen
RoxygenNote: 7.1.1
SystemRequirements: C++11
NeedsCompilation: yes