NEURON interfaces to MySQL and the SPUD feature extraction algorithm (Neymotin et al. 2008)

 Download zip file 
Help downloading and running models
Accession:97868
See the readme.txt for information on setting up this interface to a MySQL server from the NEURON simulator. Note the SPUD feature extraction algorithm includes its own readme in the spud directory.
Reference:
1 . Neymotin S, Uhlrich DJ, Manning KA, Lytton WW (2008) Data mining of time-domain features from neural extracellular field data Applic. of Comput. Intel. in Bioinf. and Biomed.: Current Trends and Open Problems 151:119-140
Model Information (Click on a link to find other models with that property)
Model Type:
Brain Region(s)/Organism:
Cell Type(s):
Channel(s):
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Methods;
Implementer(s): Lytton, William [bill.lytton at downstate.edu]; Neymotin, Sam [Samuel.Neymotin at nki.rfmh.org];
Files displayed below are from the implementation
// $Id: mosinit.hoc,v 1.7 2008/10/06 16:35:59 samn Exp $ 

load_file("nrngui.hoc")
load_file("setup.hoc")

objref vb
vb=new VBox()
vb.intercept(1)

load_file("grvec.hoc")
load_file("nqs.hoc")
load_file("mysql_utils.hoc")
load_file("drline.hoc")
load_file("spud.hoc")

xpanel("Fig from Data mining of time-domain features from neural extracellular field data")

xlabel("Click draw SPUD sample fig to see figure 2 from ")
xlabel("Data mining of time-domain features from neural extracellular field data")
xlabel(" ")


xlabel("See the readme.txt file for details on the interface which allows access")
xlabel("to a MySQL server from the NEURON simulation environment (involves ")
xlabel("compiling and linking a library).")
xlabel(" ")

xbutton("draw SPUD sample fig","genspudfig()")
xbutton("exit","quit()")

xpanel()

vb.intercept(0)
vb.map()

Loading data, please wait...