Usage
IGM.plot.distributions(s, minVals = 1, xlimit = 25, binsInSec = 5,
feature = "non", filterValuesByMin = 0, minValues = 0, perWell = 0, outputdir = getwd(),
min.electrodes=4, timeStamp="DATE_TIME")
Arguments
minVals
minimum values number per electrode, electrodes with a smaller number of values than that are discarded
xlimit
max limit of values, for example: xlimit = 25 for IBI analysis means that IBIs longer than 25 seconds will not be part of distribution calculations
binsInSec
how many bins to cut each of the segments. For example: IBI analysis has 25 seconds as xlimit, to analyse in a 0.1 sec resolution binsInSec should be set to 10, for 1 sec resolution set binsInsec to 1
feature
what feature to analyze, options are "IBI", "ISI, "nspikesInBurst", "duration", "spikesDensityInBurst"
filterValuesByMin
should analysis disregard values with lower then filterValuesByMin number of values ? (0/1, default is 0). For example, if set to 1 for duration analysis, should analysis consider also bursts shorter than filterValuesByMin ?
minValues
disregards values with lower then filterValuesByMin , only if filterValuesByMin set to 1
perWell
should distribution analysis be performed by testing treatment differences on well level means (1) or electrode level means(0)
outputdir
output directory
min.electrodes
minimum electrodes for an active well
timeStamp
time stamp for the output files