| RAVEMetaSubject | R Documentation | 
R6 class definition
data frame
raveio::RAVESubject -> RAVEMetaSubject
projectproject instance of current subject; see
RAVEProject
project_namecharacter string of project name
subject_codecharacter string of subject code
subject_idsubject ID: "project/subject"
pathsubject root path
rave_path'rave' directory under subject root path
meta_pathmeta data directory for current subject
freesurfer_path'FreeSurfer' directory for current subject. If
no path exists, values will be NA
preprocess_pathpreprocess directory under subject 'rave' path
data_pathdata directory under subject 'rave' path
cache_pathpath to 'FST' copies under subject 'data' path
pipeline_pathpath to pipeline scripts under subject's folder
note_pathpath that stores 'RAVE' related subject notes
epoch_namespossible epoch names
reference_namespossible reference names
reference_pathreference path under 'rave' folder
preprocess_settingspreprocess instance; see
RAVEPreprocessSettings
blockssubject experiment blocks in current project
electrodesall electrodes, no matter excluded or not
raw_sample_ratesvoltage sample rate
power_sample_ratepower spectrum sample rate
has_waveletwhether electrodes have wavelet transforms
notch_filteredwhether electrodes are Notch-filtered
electrode_typeselectrode signal types
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$set_default()raveio::RAVESubject$valid_electrodes()print()override print method
RAVEMetaSubject$print(...)
...ignored
new()constructor
RAVEMetaSubject$new(project_name, subject_code = NULL, strict = FALSE)
project_namecharacter project name
subject_codecharacter subject code
strictwhether to check if subject folders exist
meta_data()get subject meta data located in "meta/" folder
RAVEMetaSubject$meta_data(
  meta_type = c("electrodes", "frequencies", "time_points", "epoch", "references"),
  meta_name = "default"
)meta_typechoices are 'electrodes', 'frequencies', 'time_points', 'epoch', 'references'
meta_nameif meta_type='epoch', read in
'epoch_<meta_name>.csv'; if meta_type='references',
read in 'reference_<meta_name>.csv'.
clone()The objects of this class are cloneable with this method.
RAVEMetaSubject$clone(deep = FALSE)
deepWhether to make a deep clone.
load_meta2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.