-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
39 lines (39 loc) · 1.12 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
Package: mouselightr
Title: Bridge HHMI Janelia MouseLight Database and nat R Package
Version: 0.1.0
Authors@R:
c(person(given = "Alexander",
family = "Bates",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1195-0445")),
person(given = "Gregory",
family = "Jefferis",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0587-9355")))
Description: MouseLight provide an interactive 3D browser linked from
http://mouselight.janelia.org. This package allows neurons from
that dataset to be downloaded and manipulated offline, providing a
bridge to the nat (NeuroAnatomy Toolbox) suite of R packages.
License: GPL-3
URL: https://github.com/natverse/mouselightr
BugReports: https://github.com/natverse/mouselightr/issues
Depends:
nat
Imports:
dplyr,
httr,
igraph,
jsonlite,
plyr,
progress,
readobj
Suggests:
testthat
Remotes:
natverse/nat
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0