-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
28 lines (28 loc) · 1.34 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
Package: neuromorphr
Type: Package
Title: R client utilities for interacting with the NeuroMorpho online repository for neuron morphology data
Version: 0.1.0
Authors@R: c(
person("Alexander", "Bates", email = "alexander.shakeel.bates@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1195-0445"))
)
Description: Access to the NeuroMorpho online repository (version 7.7 ) for single-cell neuron morphology data, enabling users to easily find and use neurons from this repository with nat family packages.
NeuroMorpho.org is a centrally curated inventory of digitally reconstructed neurons associated with peer-reviewed publications.
It is continuously updated as new morphological reconstructions are collected, published, and shared.
To date, neuromorpho.org is the largest collection of publicly accessible 3D neuronal reconstructions and associated metadata.
Principally curated by Georgio Ascoli at George Mason university, contact the curators at: neuromorpho@gmail.com.
License: GPL-3
LazyData: true
Suggests:
spelling,
knitr,
rmarkdown,
covr
Depends: R (>= 2.10)
Imports: httr, jsonlite, nat, curl, utils, rvest, plyr, pbapply
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.2.1
URL: https://github.com/natverse/neuromorphr
BugReports: https://github.com/natverse/neuromorphr/issues
VignetteBuilder: knitr