-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
30 lines (30 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: nempi
Type: Package
Title: Inferring unobserved perturbations from gene expression data
Version: 1.15.0
Authors@R: person("Martin", "Pirkl",
email = "[email protected]",
role = c("aut", "cre"))
Depends: R (>= 4.1), mnem
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.
License: GPL-3
Encoding: UTF-8
LazyData: true
biocViews: Software, GeneExpression, DifferentialExpression,
DifferentialMethylation, GeneSignaling, Pathways, Network,
Classification, NeuralNetwork, NetworkInference, ATACSeq,
DNASeq, RNASeq, PooledScreens, CRISPR, SingleCell,
SystemsBiology
Imports: e1071, nnet, randomForest, naturalsort,
graphics, stats, utils, matrixStats, epiNEM
VignetteBuilder: knitr
Suggests: knitr, BiocGenerics, rmarkdown, RUnit, BiocStyle
BugReports: https://github.com/cbg-ethz/nempi/issues
URL: https://github.com/cbg-ethz/nempi/
RoxygenNote: 7.1.1