We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72399bb commit a07f7a0Copy full SHA for a07f7a0
1 file changed
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: KINNET
2
Type: Package
3
Title: Kinase INteraction NETwork Generation
4
-Version: 0.1.0.9000
+Version: 0.1.0.9001
5
Authors@R: c(
6
person(given = c("Ali", "Sajid"),
7
family = "Imami",
@@ -17,7 +17,12 @@ Authors@R: c(
17
family = "Creeden",
18
role = c("aut"),
19
email = "Justin.Creeden@rockets.utoledo.edu",
20
- comment = c(ORCID = "0000-0003-3123-8401")))
+ comment = c(ORCID = "0000-0003-3123-8401")),
21
+ person(given = "Alex",
22
+ family = "Joyce",
23
+ role = c("aut"),
24
+ email = "Alex.Joyce2@rockets.utoledo.edu",
25
+ comment = c(ORCID = "0000-0003-0303-2481")))
26
Description: This package provides the functionality to process PamGene's PamChip
27
Data Output and generate kinase interaction networks from that.
28
0 commit comments