R6
class definition
Super class
raveio::RAVESubject
-> RAVEMetaSubject
Active bindings
project
project instance of current subject; see
RAVEProject
project_name
character string of project name
subject_code
character string of subject code
subject_id
subject ID:
"project/subject"
path
subject root path
rave_path
'rave' directory under subject root path
meta_path
meta data directory for current subject
freesurfer_path
'FreeSurfer' directory for current subject. If no path exists, values will be
NA
preprocess_path
preprocess directory under subject 'rave' path
data_path
data directory under subject 'rave' path
cache_path
path to 'FST' copies under subject 'data' path
pipeline_path
path to pipeline scripts under subject's folder
note_path
path that stores 'RAVE' related subject notes
epoch_names
possible epoch names
reference_names
possible reference names
reference_path
reference path under 'rave' folder
preprocess_settings
preprocess instance; see
RAVEPreprocessSettings
blocks
subject experiment blocks in current project
electrodes
all electrodes, no matter excluded or not
raw_sample_rates
voltage sample rate
power_sample_rate
power spectrum sample rate
has_wavelet
whether electrodes have wavelet transforms
notch_filtered
whether electrodes are Notch-filtered
electrode_types
electrode signal types
Methods
Inherited methods
raveio::RAVESubject$get_default()
raveio::RAVESubject$get_electrode_table()
raveio::RAVESubject$get_epoch()
raveio::RAVESubject$get_frequency()
raveio::RAVESubject$get_note_summary()
raveio::RAVESubject$get_reference()
raveio::RAVESubject$initialize_paths()
raveio::RAVESubject$list_pipelines()
raveio::RAVESubject$load_pipeline()
raveio::RAVESubject$set_default()
raveio::RAVESubject$valid_electrodes()
Method new()
constructor
Usage
RAVEMetaSubject$new(project_name, subject_code = NULL, strict = FALSE)
Method meta_data()
get subject meta data located in "meta/"
folder
Usage
RAVEMetaSubject$meta_data(
meta_type = c("electrodes", "frequencies", "time_points", "epoch", "references"),
meta_name = "default"
)