-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 925 Bytes
/
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
Package: tkSim
Type: Package
Title: Simulates transcript abundance based on synthesis and degredation rates
Version: 0.1.0
Author: Who wrote it
Maintainer: The package maintainer <[email protected]>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: What license is it under?
Encoding: UTF-8
LazyData: true
ByteCompile: true
Imports:
reshape2,
ggplot2,
data.table,
methods
Collate:
'class-kineticModel.R'
'class-basicKineticModel.R'
'calculateEquilibrium.R'
'logSumExp.R'
'getAbund.R'
'llFactory.R'
'calculatePosteriors.R'
'estimateDispersions.R'
'nllFactory.R'
'inferParameters.R'
'package.R'
'plotAbundances.R'
'plotMarginalDist.R'
'plotParameterFit.R'
'plotPosteriors.R'
'simulateData.R'
'simulateReads.R'
'timeEpsilonEq.R'
RoxygenNote: 6.0.1