Browse code

Updated author info

davidecrs authored on 14/06/2021 07:33:46
Showing 4 changed files

... ...
@@ -10,7 +10,9 @@ Authors@R: c(
10 10
            email = "[email protected]",
11 11
            comment = c(ORCID = "0000-0001-9144-3701")),
12 12
     person("Lambda", "Moses", role = "aut", 
13
-           email = "[email protected]"))
13
+           email = "[email protected]",
14
+           comment = c(ORCID = "0000-0002-7092-9427"))
15
+)
14 16
 Description: SpatialDE is a method to find spatially variable genes (SVG) from
15 17
     spatial transcriptomics data. This package provides wrappers to use the
16 18
     Python SpatialDE library in R, using reticulate and basilisk.
... ...
@@ -62,7 +62,7 @@
62 62
 #' [**SpatialDE 1.1.3**](https://pypi.org/project/SpatialDE/1.1.3/): the version
63 63
 #' of the Python package used under the hood.
64 64
 #'
65
-#' @author Davide Corso, Milan Malfait
65
+#' @author Davide Corso, Milan Malfait, Lambda Moses
66 66
 #' @name spatialPatterns
67 67
 NULL
68 68
 
... ...
@@ -50,7 +50,7 @@
50 50
 #' [**SpatialDE 1.1.3**](https://pypi.org/project/SpatialDE/1.1.3/): the version
51 51
 #' of the Python package used under the hood.
52 52
 #'
53
-#' @author Davide Corso, Milan Malfait
53
+#' @author Davide Corso, Milan Malfait, Lambda Moses
54 54
 #' @name modelSearch
55 55
 NULL
56 56
 
... ...
@@ -56,7 +56,7 @@
56 56
 #' [**SpatialDE 1.1.3**](https://pypi.org/project/SpatialDE/1.1.3/): the version
57 57
 #' of the Python package used under the hood.
58 58
 #'
59
-#' @author Davide Corso, Milan Malfait
59
+#' @author Davide Corso, Milan Malfait, Lambda Moses
60 60
 #' @name spatialDE
61 61
 NULL
62 62