-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
35 changed files
with
6,126 additions
and
847 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# RStudio | ||
*.Rproj | ||
*.Rproj.user | ||
.Rproj.user | ||
# R | ||
.Rhistory | ||
.RData | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,39 @@ | ||
Package: miic | ||
Title: Learning Causal or Non-Causal Graphical Models Using Information Theory | ||
Version: 1.9.0 | ||
Version: 2.0.0 | ||
Authors@R: | ||
c(person(given = "Vincent", | ||
family = "Cabeli", | ||
c(person(given = "Franck", | ||
family = "Simon", | ||
role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
email = "[email protected]"), | ||
person(given = "Tiziana", | ||
family = "Tocci", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Nikita", | ||
family = "Lagrange", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Orianne", | ||
family = "Debeaupuis", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Louise", | ||
family = "Dupuis", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Vincent", | ||
family = "Cabeli", | ||
role = "aut"), | ||
person(given = "Honghao", | ||
family = "Li", | ||
role = "aut", | ||
email = "[email protected]"), | ||
role = "aut"), | ||
person(given = "Marcel", | ||
family = "Ribeiro Dantas", | ||
role = "aut", | ||
email = "[email protected]"), | ||
role = "aut"), | ||
person(given = "Nadir", | ||
family = "Sella", | ||
role = "aut", | ||
email = "[email protected]"), | ||
role = "aut"), | ||
person(given = "Louis", | ||
family = "Verny", | ||
role = "aut"), | ||
|
@@ -27,7 +43,7 @@ Authors@R: | |
person(given = "Hervé", | ||
family = "Isambert", | ||
role = "aut", | ||
email = "Herve.Isambert@curie.fr")) | ||
email = "herve.isambert@curie.fr")) | ||
Description: We report an information-theoretic method which learns a large | ||
class of causal or non-causal graphical models from purely observational | ||
data, while including the effects of unobserved latent variables, commonly | ||
|
@@ -39,7 +55,10 @@ Description: We report an information-theoretic method which learns a large | |
be applied on a wide range of datasets and provide new biological insights | ||
on regulatory networks from single cell expression data, genomic alterations | ||
during tumor development and co-evolving residues in protein structures. | ||
For more information you can refer to: | ||
Since the version 2.0, MIIC can in addition process stationary time series | ||
to unveil temporal causal graphs. | ||
For more information, you can refer to: | ||
Simon et al. eLife, reviewed preprint <doi:10.1101/2024.02.06.579177>, | ||
Cabeli et al. PLoS Comp. Bio. 2020 <doi:10.1371/journal.pcbi.1007866>, | ||
Verny et al. PLoS Comp. Bio. 2017 <doi:10.1371/journal.pcbi.1005662>. | ||
License: GPL (>= 2) | ||
|
@@ -60,4 +79,4 @@ LinkingTo: | |
SystemRequirements: C++14 | ||
LazyData: true | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.