... | ... |
@@ -24,7 +24,7 @@ biocViews: Software, GeneExpression, DifferentialExpression, |
24 | 24 |
Imports: e1071, nnet, randomForest, naturalsort, |
25 | 25 |
graphics, stats, utils, matrixStats, epiNEM |
26 | 26 |
VignetteBuilder: knitr |
27 |
-Suggests: knitr, BiocGenerics, rmarkdown, RUnit |
|
27 |
+Suggests: knitr, BiocGenerics, rmarkdown, RUnit, BiocStyle |
|
28 | 28 |
BugReports: https://github.com/cbg-ethz/nempi/issues |
29 | 29 |
URL: https://github.com/cbg-ethz/nempi/ |
30 | 30 |
RoxygenNote: 7.1.1 |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: nempi |
2 | 2 |
Type: Package |
3 | 3 |
Title: Inferring unobserved perturbations from gene expression data |
4 |
-Version: 1.1.0 |
|
4 |
+Version: 1.1.1 |
|
5 | 5 |
Authors@R: person("Martin", "Pirkl", |
6 | 6 |
email = "martinpirkl@yahoo.de", |
7 | 7 |
role = c("aut", "cre")) |
... | ... |
@@ -24,7 +24,7 @@ biocViews: Software, GeneExpression, DifferentialExpression, |
24 | 24 |
Imports: e1071, nnet, randomForest, naturalsort, |
25 | 25 |
graphics, stats, utils, matrixStats, epiNEM |
26 | 26 |
VignetteBuilder: knitr |
27 |
-Suggests: knitr, BiocGenerics, rmarkdown |
|
27 |
+Suggests: knitr, BiocGenerics, rmarkdown, RUnit |
|
28 | 28 |
BugReports: https://github.com/cbg-ethz/nempi/issues |
29 | 29 |
URL: https://github.com/cbg-ethz/nempi/ |
30 | 30 |
RoxygenNote: 7.1.1 |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: nempi |
2 | 2 |
Type: Package |
3 | 3 |
Title: Inferring unobserved perturbations from gene expression data |
4 |
-Version: 0.99.8 |
|
4 |
+Version: 0.99.9 |
|
5 | 5 |
Authors@R: person("Martin", "Pirkl", |
6 | 6 |
email = "martinpirkl@yahoo.de", |
7 | 7 |
role = c("aut", "cre")) |
... | ... |
@@ -24,7 +24,7 @@ biocViews: Software, GeneExpression, DifferentialExpression, |
24 | 24 |
Imports: e1071, nnet, randomForest, naturalsort, |
25 | 25 |
graphics, stats, utils, matrixStats, epiNEM |
26 | 26 |
VignetteBuilder: knitr |
27 |
-Suggests: knitr, BiocGenerics |
|
27 |
+Suggests: knitr, BiocGenerics, rmarkdown |
|
28 | 28 |
BugReports: https://github.com/cbg-ethz/nempi/issues |
29 | 29 |
URL: https://github.com/cbg-ethz/nempi/ |
30 | 30 |
RoxygenNote: 7.1.1 |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: nempi |
2 | 2 |
Type: Package |
3 | 3 |
Title: Inferring unobserved perturbations from gene expression data |
4 |
-Version: 0.99.6 |
|
4 |
+Version: 0.99.7 |
|
5 | 5 |
Authors@R: person("Martin", "Pirkl", |
6 | 6 |
email = "martinpirkl@yahoo.de", |
7 | 7 |
role = c("aut", "cre")) |
... | ... |
@@ -26,5 +26,5 @@ Imports: e1071, nnet, randomForest, naturalsort, |
26 | 26 |
VignetteBuilder: knitr |
27 | 27 |
Suggests: knitr, BiocGenerics |
28 | 28 |
BugReports: https://github.com/cbg-ethz/nempi/issues |
29 |
-URL: https://github.com/cbg-ethz/bnem/ |
|
29 |
+URL: https://github.com/cbg-ethz/nempi/ |
|
30 | 30 |
RoxygenNote: 7.1.1 |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: nempi |
2 | 2 |
Type: Package |
3 | 3 |
Title: Inferring unobserved perturbations from gene expression data |
4 |
-Version: 0.99.4 |
|
4 |
+Version: 0.99.5 |
|
5 | 5 |
Authors@R: person("Martin", "Pirkl", |
6 | 6 |
email = "martinpirkl@yahoo.de", |
7 | 7 |
role = c("aut", "cre")) |
... | ... |
@@ -18,8 +18,10 @@ Encoding: UTF-8 |
18 | 18 |
LazyData: true |
19 | 19 |
biocViews: Software, GeneExpression, DifferentialExpression, |
20 | 20 |
DifferentialMethylation, GeneSignaling, Pathways, Network, |
21 |
- Classification, NeuralNetwork, NetworkInference |
|
22 |
-Imports: mnem, e1071, nnet, randomForest, naturalsort, |
|
21 |
+ Classification, NeuralNetwork, NetworkInference, ATACSeq, |
|
22 |
+ DNASeq, RNASeq, PooledScreens, CRISPR, SingleCell, |
|
23 |
+ SystemsBiology |
|
24 |
+Imports: e1071, nnet, randomForest, naturalsort, |
|
23 | 25 |
graphics, stats, utils, matrixStats, epiNEM |
24 | 26 |
VignetteBuilder: knitr |
25 | 27 |
Suggests: knitr, BiocGenerics |
... | ... |
@@ -1,11 +1,11 @@ |
1 | 1 |
Package: nempi |
2 | 2 |
Type: Package |
3 | 3 |
Title: Inferring unobserved perturbations from gene expression data |
4 |
-Version: 0.99.3 |
|
4 |
+Version: 0.99.4 |
|
5 | 5 |
Authors@R: person("Martin", "Pirkl", |
6 | 6 |
email = "martinpirkl@yahoo.de", |
7 | 7 |
role = c("aut", "cre")) |
8 |
-Depends: R (>= 4.1) |
|
8 |
+Depends: R (>= 4.1), mnem |
|
9 | 9 |
Description: Takes as input an incomplete perturbation |
10 | 10 |
profile and differential gene expression in log odds and |
11 | 11 |
infers unobserved perturbations and augments observed |
... | ... |
@@ -1,11 +1,11 @@ |
1 | 1 |
Package: nempi |
2 | 2 |
Type: Package |
3 | 3 |
Title: Inferring unobserved perturbations from gene expression data |
4 |
-Version: 0.99.2 |
|
4 |
+Version: 0.99.3 |
|
5 | 5 |
Authors@R: person("Martin", "Pirkl", |
6 | 6 |
email = "martinpirkl@yahoo.de", |
7 | 7 |
role = c("aut", "cre")) |
8 |
-Depends: R (>= 4.0) |
|
8 |
+Depends: R (>= 4.1) |
|
9 | 9 |
Description: Takes as input an incomplete perturbation |
10 | 10 |
profile and differential gene expression in log odds and |
11 | 11 |
infers unobserved perturbations and augments observed |
... | ... |
@@ -1,15 +1,28 @@ |
1 | 1 |
Package: nempi |
2 | 2 |
Type: Package |
3 | 3 |
Title: Inferring unobserved perturbations from gene expression data |
4 |
-Version: 0.99.1 |
|
5 |
-Authors@R: person("Martin", "Pirkl", email = "martinpirkl@yahoo.de",role = c("aut", "cre")) |
|
4 |
+Version: 0.99.2 |
|
5 |
+Authors@R: person("Martin", "Pirkl", |
|
6 |
+ email = "martinpirkl@yahoo.de", |
|
7 |
+ role = c("aut", "cre")) |
|
6 | 8 |
Depends: R (>= 4.0) |
7 |
-Description: Takes as input an incomplete perturbation profile and differential gene expression in log odds and infers unobserved perturbations and augments observed ones. The inference is done by iteratively inferring a network from the perturbations and inferring perturbations from the network. The network inference is done by Nested Effects Models. |
|
9 |
+Description: Takes as input an incomplete perturbation |
|
10 |
+ profile and differential gene expression in log odds and |
|
11 |
+ infers unobserved perturbations and augments observed |
|
12 |
+ ones. The inference is done by iteratively inferring a |
|
13 |
+ network from the perturbations and inferring perturbations |
|
14 |
+ from the network. The network inference is done by |
|
15 |
+ Nested Effects Models. |
|
8 | 16 |
License: GPL-3 |
9 | 17 |
Encoding: UTF-8 |
10 | 18 |
LazyData: true |
11 |
-biocViews: Software, GeneExpression, DifferentialExpression, DifferentialMethylation, GeneSignaling, Pathways, Network, Classification, NeuralNetwork, NetworkInference |
|
12 |
-Imports: mnem, e1071, nnet, randomForest, naturalsort, graphics, stats, utils, matrixStats |
|
19 |
+biocViews: Software, GeneExpression, DifferentialExpression, |
|
20 |
+ DifferentialMethylation, GeneSignaling, Pathways, Network, |
|
21 |
+ Classification, NeuralNetwork, NetworkInference |
|
22 |
+Imports: mnem, e1071, nnet, randomForest, naturalsort, |
|
23 |
+ graphics, stats, utils, matrixStats, epiNEM |
|
13 | 24 |
VignetteBuilder: knitr |
14 |
-Suggests: knitr, BiocGenerics, epiNEM |
|
25 |
+Suggests: knitr, BiocGenerics |
|
26 |
+BugReports: https://github.com/cbg-ethz/nempi/issues |
|
27 |
+URL: https://github.com/cbg-ethz/bnem/ |
|
15 | 28 |
RoxygenNote: 7.1.1 |
... | ... |
@@ -1,14 +1,14 @@ |
1 | 1 |
Package: nempi |
2 | 2 |
Type: Package |
3 | 3 |
Title: Inferring unobserved perturbations from gene expression data |
4 |
-Version: 0.99.0 |
|
4 |
+Version: 0.99.1 |
|
5 | 5 |
Authors@R: person("Martin", "Pirkl", email = "martinpirkl@yahoo.de",role = c("aut", "cre")) |
6 | 6 |
Depends: R (>= 4.0) |
7 | 7 |
Description: Takes as input an incomplete perturbation profile and differential gene expression in log odds and infers unobserved perturbations and augments observed ones. The inference is done by iteratively inferring a network from the perturbations and inferring perturbations from the network. The network inference is done by Nested Effects Models. |
8 | 8 |
License: GPL-3 |
9 | 9 |
Encoding: UTF-8 |
10 | 10 |
LazyData: true |
11 |
-biocViews: Software, GeneExpression, DifferentialExpression, DifferentialMethylation, GeneSignaling, Pathways, Network, Classification, NeuralNetwork |
|
11 |
+biocViews: Software, GeneExpression, DifferentialExpression, DifferentialMethylation, GeneSignaling, Pathways, Network, Classification, NeuralNetwork, NetworkInference |
|
12 | 12 |
Imports: mnem, e1071, nnet, randomForest, naturalsort, graphics, stats, utils, matrixStats |
13 | 13 |
VignetteBuilder: knitr |
14 | 14 |
Suggests: knitr, BiocGenerics, epiNEM |
... | ... |
@@ -2,11 +2,9 @@ Package: nempi |
2 | 2 |
Type: Package |
3 | 3 |
Title: Inferring unobserved perturbations from gene expression data |
4 | 4 |
Version: 0.99.0 |
5 |
-Date: 2019-30-07 |
|
6 |
-Author: Martin Pirkl |
|
7 |
-Maintainer: Martin Pirkl <martin.pirkl@bsse.ethz.ch> |
|
8 |
-Depends: R (>= 3.6) |
|
9 |
-Description: Takes as input an incomplete perturbation profile and differential gene expression in logodds and infers unobserved perturbations and augments observed ones. |
|
5 |
+Authors@R: person("Martin", "Pirkl", email = "martinpirkl@yahoo.de",role = c("aut", "cre")) |
|
6 |
+Depends: R (>= 4.0) |
|
7 |
+Description: Takes as input an incomplete perturbation profile and differential gene expression in log odds and infers unobserved perturbations and augments observed ones. The inference is done by iteratively inferring a network from the perturbations and inferring perturbations from the network. The network inference is done by Nested Effects Models. |
|
10 | 8 |
License: GPL-3 |
11 | 9 |
Encoding: UTF-8 |
12 | 10 |
LazyData: true |
... | ... |
@@ -14,4 +12,4 @@ biocViews: Software, GeneExpression, DifferentialExpression, DifferentialMethyla |
14 | 12 |
Imports: mnem, e1071, nnet, randomForest, naturalsort, graphics, stats, utils, matrixStats |
15 | 13 |
VignetteBuilder: knitr |
16 | 14 |
Suggests: knitr, BiocGenerics, epiNEM |
17 |
-RoxygenNote: 7.1.0 |
|
15 |
+RoxygenNote: 7.1.1 |
... | ... |
@@ -11,7 +11,7 @@ License: GPL-3 |
11 | 11 |
Encoding: UTF-8 |
12 | 12 |
LazyData: true |
13 | 13 |
biocViews: Software, GeneExpression, DifferentialExpression, DifferentialMethylation, GeneSignaling, Pathways, Network, Classification, NeuralNetwork |
14 |
-Imports: mnem, e1071, nnet, randomForest, naturalsort, graphics, stats, utils, nem, matrixStats |
|
14 |
+Imports: mnem, e1071, nnet, randomForest, naturalsort, graphics, stats, utils, matrixStats |
|
15 | 15 |
VignetteBuilder: knitr |
16 | 16 |
Suggests: knitr, BiocGenerics, epiNEM |
17 |
-RoxygenNote: 6.1.1 |
|
17 |
+RoxygenNote: 7.1.0 |
... | ... |
@@ -13,5 +13,5 @@ LazyData: true |
13 | 13 |
biocViews: Software, GeneExpression, DifferentialExpression, DifferentialMethylation, GeneSignaling, Pathways, Network, Classification, NeuralNetwork |
14 | 14 |
Imports: mnem, e1071, nnet, randomForest, naturalsort, graphics, stats, utils, nem, matrixStats |
15 | 15 |
VignetteBuilder: knitr |
16 |
-Suggests: knitr, BiocGenerics |
|
16 |
+Suggests: knitr, BiocGenerics, epiNEM |
|
17 | 17 |
RoxygenNote: 6.1.1 |
... | ... |
@@ -11,7 +11,7 @@ License: GPL-3 |
11 | 11 |
Encoding: UTF-8 |
12 | 12 |
LazyData: true |
13 | 13 |
biocViews: Software, GeneExpression, DifferentialExpression, DifferentialMethylation, GeneSignaling, Pathways, Network, Classification, NeuralNetwork |
14 |
-Imports: mnem, e1071, nnet, randomForest, naturalsort, graphics, stats, utils |
|
14 |
+Imports: mnem, e1071, nnet, randomForest, naturalsort, graphics, stats, utils, nem, matrixStats |
|
15 | 15 |
VignetteBuilder: knitr |
16 | 16 |
Suggests: knitr, BiocGenerics |
17 | 17 |
RoxygenNote: 6.1.1 |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,17 @@ |
1 |
+Package: nempi |
|
2 |
+Type: Package |
|
3 |
+Title: Inferring unobserved perturbations from gene expression data |
|
4 |
+Version: 0.99.0 |
|
5 |
+Date: 2019-30-07 |
|
6 |
+Author: Martin Pirkl |
|
7 |
+Maintainer: Martin Pirkl <martin.pirkl@bsse.ethz.ch> |
|
8 |
+Depends: R (>= 3.6) |
|
9 |
+Description: Takes as input an incomplete perturbation profile and differential gene expression in logodds and infers unobserved perturbations and augments observed ones. |
|
10 |
+License: GPL-3 |
|
11 |
+Encoding: UTF-8 |
|
12 |
+LazyData: true |
|
13 |
+biocViews: Software, GeneExpression, DifferentialExpression, DifferentialMethylation, GeneSignaling, Pathways, Network, Classification, NeuralNetwork |
|
14 |
+Imports: mnem, e1071, nnet, randomForest, naturalsort, graphics, stats, utils |
|
15 |
+VignetteBuilder: knitr |
|
16 |
+Suggests: knitr, BiocGenerics |
|
17 |
+RoxygenNote: 6.1.1 |