'RAVE' class for epoch repository - voltage
Source:R/class103-epoched_voltage.R
RAVESubjectEpochVoltageRepository.Rd
The repository inherits link{RAVESubjectEpochRepository}
, with epoch
trials, and is intended for loading processed and referenced voltage
signals.
Use prepare_subject_voltage_with_epochs
to create an
instance.
Super classes
ravepipeline::RAVESerializable
-> ravecore::RAVESubjectRepository
-> ravecore::RAVESubjectEpochRepository
-> RAVESubjectEpochVoltageRepository
Active bindings
digest_key
a list of repository data used to generate repository signature
voltage
a named map of voltage data, mounted by
mount_data
Methods
Method new()
constructor
Usage
RAVESubjectEpochVoltageRepository$new(
subject,
electrodes = NULL,
reference_name = NULL,
epoch_name = NULL,
time_windows = NULL,
stitch_events = NULL,
...,
quiet = FALSE,
repository_id = NULL,
strict = TRUE,
lazy_load = FALSE,
.class = NULL
)
Arguments
subject
'RAVE' subject
electrodes
string or integers indicating electrodes to load
reference_name
name of the reference table
epoch_name
name of the epoch trial table
time_windows
numeric vector with even lengths, the time start and end of the trials, for example,
c(-1, 2)
means load 1 second before the trial onset and 2 seconds after trial onsetstitch_events
events where the
time_windows
is based; default is trial onset (NULL
)...
passed to
RAVESubjectEpochRepository
constructorquiet
see field
quiet
repository_id
see field
repository_id
strict
whether the mode should be strict; default is true and errors out when subject is missing
lazy_load
whether to delay
mount_data
; default is false.class
internally used, do not set, even if you know what this is