Browse code

add inst directory and CITATION file

From: vandersm <vandersm@mail.uc.edu>

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/KEGGlincs@127667 bc3139a8-67e5-0310-9ffc-ced21a209358

Shana White authored on 23/03/2017 18:38:08
Showing 1 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,32 @@
1
+c(
2
+  bibentry(bibtype = "Misc",
3
+           title = "KEGGlincs design and application: an R package for 
4
+                exploring relationships in biological pathways 
5
+                [version 1; not peer reviewed]",
6
+           
7
+           author = c(person("Shana", "White"),
8
+                      person("Mario", "Medvedovic")),
9
+           
10
+           journal = "F1000Research",
11
+           
12
+           year = 2016,
13
+           
14
+           volume = "5:2721 (poster)",
15
+           
16
+           doi = "10.7490/f1000research.1113436.1"),
17
+  
18
+  bibentry(bibtype= "Manual",
19
+           title = "KEGGlincs: Visualize all edges within a KEGG pathway and overlay 
20
+                LINCS data [option]",
21
+           
22
+           author = personList(
23
+             as.person("Shana White"),
24
+             as.person("Mario Medvedovic")
25
+           ),
26
+           
27
+           year = 2016,
28
+           
29
+           url = "http://www.bioconductor.org/packages/KEGGlincs",
30
+           
31
+           note = "R package version 1.1.0")
32
+)
0 33
\ No newline at end of file