-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.61 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
Package: rmelting
Title: R Interface to MELTING 5
Version: 1.13.3
Authors@R: c(
person(given = "J.", family = "Aravind",
email = "j.aravind@icar.gov.in",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4791-442X")),
person(given = c("G.", "K."), family = "Krishna",
email = "krishnaphysioagri@gmail.com ",
role = c("aut")),
person(given = "Bob", family = "Rudis",
email="bob@rud.is",
role=c("ctb"),
comment="melting5jars"),
person(given = "Nicolas Le", family = "Novère",
email="n.lenovere@gmail.com",
role=c("ctb"),
comment="MELTING 5 Java Library"),
person(given = "Marine", family = "Dumousseau",
role=c("ctb"),
comment="MELTING 5 Java Library"),
person(given = "William John", family = "Gowers",
role=c("ctb"),
comment="MELTING 5 Java Library"))
Description: R interface to the MELTING 5 program
(https://www.ebi.ac.uk/biomodels/tools/melting/) to compute melting
temperatures of nucleic acid duplexes along with other thermodynamic
parameters.
Depends:
R (>= 3.6)
Imports:
Rdpack,
rJava (>= 0.9-8)
Suggests:
readxl,
knitr,
rmarkdown,
reshape2,
pander,
testthat
SystemRequirements: Java
biocViews: BiomedicalInformatics, Cheminformatics,
License: GPL-2 | GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.2
RdMacros: Rdpack
URL: https://github.com/aravind-j/rmelting,
https://aravind-j.github.io/rmelting/
BugReports: https://github.com/aravind-j/rmelting/issues
VignetteBuilder: knitr