'RAVE' class for blocks of voltage repository
Source:R/class112-recording_blocks_voltage.R
RAVESubjectRecordingBlockVoltageRepository.RdCompared to RAVESubjectBaseRepository, this repository
loads the entire voltage traces for selected blocks; use
prepare_subject_voltage_with_blocks to instantiate this
repository.
Super classes
ravepipeline::RAVESerializable -> ravecore::RAVESubjectRepository -> ravecore::RAVESubjectRecordingBlockRepository -> RAVESubjectRecordingBlockVoltageRepository
Active bindings
sample_ratesa named list of sampling frequencies; the names are signal types (
'LFP','Auxiliary', or'Spike') and the values are the sampling frequenciesvoltagedata container, alias of
get_container
Methods
Method new()
constructor
Usage
RAVESubjectRecordingBlockVoltageRepository$new(
subject,
electrodes = NULL,
reference_name = NULL,
blocks = NULL,
downsample = NA,
...,
quiet = FALSE,
repository_id = NULL,
strict = TRUE,
lazy_load = FALSE,
.class = NULL
)Arguments
subject'RAVE' subject
electrodesstring or integers indicating electrodes to load
reference_namename of the reference table
blocksname of the recording blocks to load
downsampledown-sample rate by this integer number to save space and speed up computation; typically 'ERP' signals do not need super high sampling frequencies to load; default is
NAand no down-sample is performed....passed to
RAVESubjectBaseRepositoryconstructorquietsee field
quietrepository_idsee field
repository_idstrictwhether the mode should be strict; default is true and errors out when subject is missing
lazy_loadwhether to delay (lazy) the evaluation
mount_data.classinternally used, do not set, even if you know what this is