-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
56 lines (56 loc) · 1.31 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: CancerInSilico
Type: Package
Title: An R interface for computational modeling of tumor progression
Version: 2.5.0
Date: 2018-04-06
Author: Thomas D. Sherman,
Raymond Cheng,
Elana J. Fertig
Maintainer: Thomas D. Sherman <tomsherman159@gmail.com>,
Elana J. Fertig <ejfertig@jhmi.edu>
Description: The CancerInSilico package provides an R interface for running
mathematical models of tumor progresson and generating gene expression data
from the results. This package has the underlying models implemented in C++
and the output and analysis features implemented in R.
License: GPL-2
Depends:
R (>= 3.4),
Rcpp
Imports:
methods,
utils,
graphics,
stats
LinkingTo: Rcpp,
BH
Suggests:
testthat,
knitr,
rmarkdown,
BiocStyle,
Rtsne,
viridis,
rgl,
gplots
VignetteBuilder: knitr
biocViews: ImmunoOncology, MathematicalBiology,
SystemsBiology,
CellBiology,
BiomedicalInformatics,
GeneExpression,
RNASeq,
SingleCell
RoxygenNote: 6.1.1
Encoding: UTF-8
Collate:
'CellSimulation.R'
'GeneExpressionSimulation.R'
'RcppExports.R'
'class-CellModel.R'
'class-CellType.R'
'class-OffLatticeModel.R'
'class-DrasdoHohmeModel.R'
'class-Drug.R'
'class-GeneExpressionParams.R'
'class-Pathway.R'
'documentation.R'