-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
31 lines (31 loc) · 1.16 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
Package: gphys
Title: Analyse Electrophysiology Data Acquired by 'Neuromatic' / 'Igor Pro'
Type: Package
Authors@R: person("Gregory","Jefferis", email="jefferis@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0587-9355"))
License: GPL (>= 2)
Description: Provides functions to make spike time raster plots for
electrophysiological data acquired and pre-analysed by the 'Neuromatic'
package for 'Igor Pro'. The input data format is a simple text file saved
by 'Igor Pro' and could no doubt be generated by other spike sorting
packages. Additional functionality includes counting spikes in response
bins, baseline substraction, making (smoothed) peri-stimulus time
histograms and a lifetime sparseness measure. There is also a bridge class
which enables data to be used with the sophisticated analysis tools in the
'STAR' package.
BugReports: https://github.com/jefferis/gphys/issues
Url: https://github.com/jefferis/gphys http://www.neuromatic.thinkrandom.com
Version: 0.12
Depends:
STAR,
IgorR,
stats
Imports:
tools,
methods
Suggests:
testthat
RoxygenNote: 6.1.1
Remotes:
jefferis/IgorR,
cran/STAR