Browse code

Added citation file

Dharmesh Bhuva authored on 13/10/2024 00:58:01
Showing 2 changed files

... ...
@@ -2,16 +2,16 @@ Package: SpaNorm
2 2
 Title: Spatially-aware normalisation for spatial transcriptomics data
3 3
 Version: 0.99.0
4 4
 Authors@R: c(
5
-            person(given = "Agus",
6
-                  family = "Salim",
7
-                  role = c("aut"),
8
-                  email = "[email protected]",
9
-                  comment = c(ORCID = "0000-0003-3999-7701")),
10 5
             person(given = "Dharmesh D.",
11 6
                    family = "Bhuva",
12 7
                    role = c("aut", "cre"),
13 8
                    email = "[email protected]",
14
-                   comment = c(ORCID = "0000-0002-6398-9157"))
9
+                   comment = c(ORCID = "0000-0002-6398-9157")),
10
+            person(given = "Agus",
11
+                   family = "Salim",
12
+                   role = c("aut"),
13
+                   email = "[email protected]",
14
+                   comment = c(ORCID = "0000-0003-3999-7701"))
15 15
             )
16 16
 Description: This package implements the spatially aware library size normalisation algorithm, SpaNorm. SpaNorm normalises out library size effects while retaining biology through the modelling of smooth functions for each effect. Normalisation is performed in a gene- and cell-/spot- specific manner, yielding library size adjusted data.
17 17
 License: GPL (>= 3)
18 18
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+bibentry(
2
+  bibtype  = "Article",
3
+  title    = "SpaNorm: spatially-aware normalisation for spatial transcriptomics data",
4
+  author   = c(
5
+    person("Agus", "Salim", comment = c(ORCID = "0000-0003-3999-7701")),
6
+    person("Dharmesh D.", "Bhuva"comment = c(ORCID = "0000-0002-6398-9157")),
7
+    person("Carissa", "Chen"),
8
+    person("Pengyi", "Yang"),
9
+    person("Melissa J", "Davis"),
10
+    person("Jean YH", "Yang")
11
+  ),
12
+  journal  = "bioRxiv",
13
+  year     = "2024",
14
+  pages    = "2024--05",
15
+  doi      = "10.1101/2024.05.31.596908"
16
+)