-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
31 lines (31 loc) · 1.17 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
31
Package: retnfit
Type: Package
Title: Fitting ternary network models using replica exchange Monte
Carlo
Version: 0.99.17
Date: 2018-01-09
Author: Harry A. Stern <[email protected]>,
Matthew N. McCall <[email protected]>
Authors@R: c(
person("Stern", "Harry",
email="[email protected]",
role=c("aut","cre")),
person("McCall", "Matthew", role="aut"))
Description: This package provides an implementation of the
replica exchange Monte Carlo algorithm for fitting
ternary network models of gene regulatory networks.
The input is a data frame containing five columns:
an experiment index, a node index, an outcome (-1/0/1),
the cost function for that outcome,
and a boolean value indicating whether this experiment/node
is an applied perturbation. The model is the same as the
ternarynet package; this is a parallel implementation that
can run on multiple processors using Rmpi.
License: GPL-3
Imports: BiocParallel
Suggests: testthat
Enhances: Rmpi, snow
NeedsCompilation: yes
biocViews: Software, CellBiology, GraphAndNetwork, GeneTarget, Network
Packaged: 2018-01-09 17:40:43 UTC; hstern2
RoxygenNote: 6.0.1