Open Access
11 January 2016 Tutorial on platform for optical topography analysis tools
Stephanie Sutoko, Hiroki Sato, Atsushi Maki, Masashi Kiguchi, Yukiko Hirabayashi, Hirokazu Atsumori, Akiko Obata, Tsukasa Funane, Takusige Katura
Author Affiliations +
Abstract
Optical topography/functional near-infrared spectroscopy (OT/fNIRS) is a functional imaging technique that noninvasively measures cerebral hemoglobin concentration changes caused by neural activities. The fNIRS method has been extensively implemented to understand the brain activity in many applications, such as neurodisorder diagnosis and treatment, cognitive psychology, and psychiatric status evaluation. To assist users in analyzing fNIRS data with various application purposes, we developed a software called platform for optical topography analysis tools (POTATo). We explain how to handle and analyze fNIRS data in the POTATo package and systematically describe domain preparation, temporal preprocessing, functional signal extraction, statistical analysis, and data/result visualization for a practical example of working memory tasks. This example is expected to give clear insight in analyzing data using POTATo. The results specifically show the activated dorsolateral prefrontal cortex is consistent with previous studies. This emphasizes analysis robustness, which is required for validating decent preprocessing and functional signal interpretation. POTATo also provides a self-developed plug-in feature allowing users to create their own functions and incorporate them with established POTATo functions. With this feature, we continuously encourage users to improve fNIRS analysis methods. We also address the complications and resolving opportunities in signal analysis.

1.

Introduction

Optical topography/functional near-infrared spectroscopy (OT/fNIRS) noninvasively measures cerebral hemoglobin concentration changes using two or more wavelengths (650 to 950 nm), where oxygenated- and deoxygenated-hemoglobin (O2Hb and HHb) have different absorption coefficients.14 Related to cerebral energy metabolism,5 oxygen demand and consumption increase while the brain is activated. Therefore, O2Hb and HHb concentration changes (ΔCO2Hb and ΔCHHb) may indicate brain activation. The fNIRS has been used for more than 20 years and potentially has broad applications such as for neurologic and psychiatric disorders, cognitive/developmental psychology, and rehabilitation68 due to advances in safety, convenience, cost-effectiveness, and temporal resolution compared with functional magnetic resonance imaging (fMRI).4,912 In spite of these advantages, fNIRS has limited spatial resolution due to scattered light in the superficial brain layers (scalp and skull), and the signals are susceptible to motion and systemic noise.1316 Regarding the noise problem, the main issue lies with bias interpretation of functional signals. Though many methods, such as evoked-signal modeling,17,18 coherent systemic separation,1921 phase synchronization,2224 and hemodynamic modalities,25,26 have been proposed to extract the brain activation signals using various available platforms and analysis tools,18,2731 the suitability of an analysis method that may depend on the performed tasks and participant has not been extensively examined. For example, signal modeling might be different depending on the task or systemic, and the noise separation method will affect the analysis of resting-state and motoric-task (e.g., exercise) studies differently.

We developed a MATLAB®-based software called platform for optical topography analysis tools (POTATo), an integrated data analysis environment that assists users in comprehensively analyzing fNIRS data for multiple purposes.3239 POTATo was established by integrating four essential element functions, the compatibility of data handling, ease of exploratory data analysis (EDA) and model diagnostics (MD), and result/data presentation in a holistic platform, as illustrated in Fig. 1. These functions enable users to (1) organize particular datasets in separate POTATo projects, (2) modify the projects by importing additional data, exporting, or merging with other projects, (3) conduct EDA to roughly understand raw data,40 (4) visualize raw data, transient-preprocessed signal, and statistical results, and (5) verify MD via statistical analysis functions presenting parallelism between EDA and MD. Engaged by many researchers around the world, fNIRS analysis is being continually improved and will result in novel and prospective analysis methods. Hence, POTATo is provided with a self-developed plug-in feature allowing users to create functions, install them in the POTATo package, and either use them together or compare them with other POTATo functions.

Fig. 1

Concept of platform for optical topography analysis tools (POTATo) software with integrated analysis functions.

NPH_3_1_010801_f001.png

Compared with widely used analysis software (e.g., HomER2 and NIRS-SPM),27,28 POTATo does not have a definite procedure for analyzing data, which provides (1) higher flexibility in selecting and arranging preprocessing functions, (2) accessibility for users to directly involve in creating functions and evaluating processed data/results, (3) an integrated analysis platform to simultaneously preprocess, analyze, and infer a dataset, (4) analysis transparency enabling users to export processed data/results, and (5) feasibility of incorporated analysis with other domains (e.g., statistics software). Therefore, we anticipate that POTATo can convey insightful perspectives and strategies in data analysis and effectively promote further fNIRS research. In this tutorial, we describe the conceptual architecture of POTATo, guidelines in operating and exploring the POTATo graphical user interface (GUI) and functions, and an example of fNIRS data analysis using an actual cognitive study of working memory (WM) tasks.

2.

Platform for Optical Topography Analysis Tools—Conceptual Platform

POTATo is an analysis platform that invites users to conduct data analysis by either selecting or creating preprocessing and analysis methods. However, this requires users to have experience in handling and analyzing fNIRS data; therefore, POTATo promotes two modes, Normal and Research, having different features, flexibility, and purposes. In Normal mode, functions are compiled by orderly arranged preprocessing analysis and instantly applied to a dataset without any further adjustment. In contrast, Research mode enables users to design sequential preprocessing and analysis functions. This mode also allows users to specify the parameters and easily observe processed data transformation while determining the functions. Research mode is more useful for researchers who would like to delve into and verify hypotheses, whereas Normal mode is more suitable for automatic analysis of studies that have been previously optimized such as depression level diagnosis.32,34,37,39 Therefore, the optimum analysis function can be directly implemented to a dataset with the same experimental paradigm and objective. This tutorial presents an understandable explanation of fNIRS data analysis including how to preliminarily assess the raw data, choose the necessary preprocessing functions, adjust parameters, and infer the conclusion; thus we encourage users to practice and analyze the data in Research mode.

Research mode organizes data analysis in three structural interfaces starting from signal preprocessing, data grouping, and statistical testing. Figure 2 illustrates the Research mode GUI together with data flow. The Preprocess interface permits users to arrange a list of preprocessing functions called a recipe for each single datum. Moreover, the layout of raw and processed data can be evaluated through visual examination. The transient data during preprocessing leads to a fundamental basis for evaluating the effectiveness of signal preprocessing in minimizing noise. In this step, users will get used to observing and apprehending information from raw data (i.e., EDA) and processed data, and specify the recipe. Since completing the preprocessing step, the following step is done in the Summary Statistic Computation interface to compartmentalize data, determine the analysis method (e.g., averaged cerebral hemoglobin concentration changes within predetermined interval), analyze the processed data according to the selected method, and form the grouped data summary for preparing the statistical analysis. The grouped data summary will be analyzed further in the Statistical Test interface, with which users are able to carry out the analysis by conveniently controlling the statistic parameters. The statistical analysis results are supposed to guide users to a conclusion of proving or rejecting the primary hypotheses, i.e., MD.

Fig. 2

Sequential steps in functional near-infrared spectroscopy (fNIRS) data analysis using POTATo software including preprocessing, creating group analysis, and statistical analysis in three different interfaces.

NPH_3_1_010801_f002.png

Figure 3 shows how POTATo works on raw data to further understand data processing. After importing a dataset, POTATo stores the original Raw data (MAT-files) and constructs an empty Recipe (MAT-files) for each datum. Instead of modifying the original Raw data, a user solely sets, edits, and overwrites the Recipe. POTATo loads the Raw data and processes according to the function list in the Recipe. Any deletion done in POTATo (menu Edit → Data Delete) merely removes recipes. It, therefore, will not eliminate the Raw data from the POTATo project. Considering how important the Raw data is, this structural arrangement is selected to avoid the mistake of permanently dismissing the Raw data. If a user unintentionally removes the Recipe, POTATo can track down the missing Recipe by comparing the list of imported Raw data with the currently remaining Recipe. With the user’s permission, POTATo will create a new Recipe. However, the modification on probe location and stimulus onset time information may be permanently executed on the Raw data. The user needs to be careful in performing this modification. In detail, the description of POTATo features, functions, and stepwise analysis procedure are covered in Sec. 3.

Fig. 3

POTATo processing in modifiable Recipe files and safely stored Raw data.

NPH_3_1_010801_f003.png

3.

Platform for Optical Topography Analysis Tools Interface and Stepwise Operation

POTATo can be downloaded (available in Ref. 41) for free. This tutorial is on POTATo version 3.8.0 beta, and we are continuously improving POTATo features. The POTATo package is wrapped in a .zip file called P3_files_EN. This includes two POTATo versions depending on the user’s MATLAB® version and a brief user’s guide for installation and POTATo processing. To get started, the POTATo package (P38 folder) is set on the MATLAB® path and a user can launch the platform by calling function ‘P3’ in the command window. For first installment, the platform default will show the selectable window to either load an existing project or create a new project. Beginning with creating a new project, the user is asked to name the project and import a dataset collected from an fNIRS instrument (e.g., ETG and WOT series, Hitachi Medical Corporation and Hitachi High-Technologies in .csv file; see Appendix A for importable data format details) or exported from other POTATo projects (Project → Modify → Export in .mat file). Once imported, measurement information, such as channel number, position configuration, and sampling rate (recognizable for ETG and WOT series by default) is transferred and the channel-wise intensity signals (e.g., analog-to-digital converted signals from optical detected intensity for each wavelength) are converted following a modified Lambert Beer equation1,42 into POTATo raw data containing ΔCO2Hb, ΔCHHb, and ΔCHb-total data. Therefore, POTATo mainly processes cerebral hemoglobin data instead of intensity data.

After completing data import, the Research mode GUI will come up by default, as depicted in Fig. 4. For creating, accessing other projects, modifying the current project, or closing the POTATo platform, the user can use the main menu (Project → New project/Open/Modify/Close/Exit). To change the POTATo mode, edit the list of frequently used functions called My List, and set the project directory, the menu Setting can be used to execute these functions. On the left side of the GUI, there are several items such as Search text-field, Data List, Data Information, and Status columns, Extended button [Fig. 4(A)], and Position Setting, Mark Setting, and Multifunctional buttons [Fig. 4(B)]. The user can easily find data in the current project by typing the file name in the Search field. Moreover, by clicking the Extended button, another window called Extended Search [Fig. 4(C)] is launched. From that window, the user can choose data characteristics (e.g., gender, age, and measurement date) from the Key search list, set the parameter option, and click the Add button. More than one characteristic can be managed to define the search option together with the relationship among those characteristics; for example, female participants who are older than 20 years old (AND logical operation) or either female participants or participants who are older than 20 years old (OR logical operation). After selecting the characteristics, the Data List on the Preprocess interface will consequently change and the order of the Data List can be sorted in ascending or descending order. Modification of the Key search list can be done by exporting the current Key search file (.csv file), adjusting the listed characteristics, and reimporting the Key search file.

Fig. 4

Preprocess interface of POTATo Research Mode consists of search feature with (A) Extended button, (B) Multifunctional button, (C) Extended Search GUI that appears by clicking Extended button, (D) analysis interface guide, (E) preprocessing function directory, (F) list of functions in particular directory, (G) Recipe editing button, (H) visualization tool, and (I) data exporting tool.

NPH_3_1_010801_f004.png

Returning to the main GUI of Research mode, the Data List, Data Information, and Status boxes contain the list of Recipes in a project, information of a particular datum, and status of POTATo operation, respectively. Even though a user is prevented from permanently deleting the POTATo Raw data from the POTATo GUI, basic information, such as channel position and onset stimulus time, can be irreversibly altered in Position and Mark Setting. Measurement systems are compiled together with probe information, and POTATo adapts to the channel position (half the distance between source and detector by default) in presenting the mapping results. However, it can be flexibly readjusted depending on the targeted brain region and participant. If studies on adults use 47 channels to thoroughly cover the prefrontal cortex (PFC), those on an infant may necessitate less than half that number. A user needs to modify the channel position from the default position. The Position Setting button enables a user to rearrange and customize the channel position. Similar to the Position Setting, Mark Setting enables a user to permanently remove and modify task-related stimulus time of the POTATo Raw data. Task-related analysis mainly focuses within the stimulus period; thus, the marker details are important in data analysis. In addition, marker modification is globally valid for all channels. Because of fixed alteration in the POTATo Raw data, a user is expected to be more careful in conducting these functions. Another button called Multifunctional presents several functions allowing the user to deliberately select the intended functions by pointing a mouse cursor on the button and right-clicking. The specific functions (e.g., spatially-registered position, project repair, and plug-in installment tool) are explained in Sec. 3.1.6.

3.1.

Initial Exploratory Data Analysis and Temporal Preprocessing

As described in Sec. 2, Research mode includes three steps, Preprocess, Summary Statistic Computation, and Statistical Test, which are constructed in separate interfaces. There are three buttons [Fig. 4(D)] on the upper right of the GUI indicating each step to direct toward particular functional interfaces. To demonstrate fNIRS data analysis in POTATo, this tutorial presents practical spatial and verbal WM studies conducted by Sato et al.34 and Aoki et al.37 The fNIRS system (ETG-7100 by Hitachi Medical Corporation, Japan) was equipped for measurement with a 3×10 sensor-detector arrangement (47 channels). Detailed information of related tasks can be referred to in these studies and data from participants were obtained according to the regulations of the internal review board of the Central Research Laboratory, Hitachi, Ltd., following receipt of written informed consent. The total amount of analyzed data from 160 participants was preliminarily screened using the Edinburgh Handedness Inventory;43 five participants were not included because of left handedness and ambidexterity. To begin, EDA was conducted through blunt-visual observation in a singular datum and averaged data. Ignoring the noise probability and familiar hemodynamic response function (HRF), insight into raw data would at least allow the understanding of data tendency and give an idea or strategy to analyze those data.

The data are listed and classified according to the type of WM tasks by practicing the Extended Search feature. The Plot average button will appear once multiple data are selected. This provides the channel-wise plot and map of average brain activation from all selected subjects. To understand brain activity during performed tasks, the concerned time frame was limited to the stimulus period that also includes pre- and poststimulus of 1 and 16 s, respectively, in these WM tasks. During one experiment, there were eight stimuli provided for 8.5 s and the POTATo function called Blocking accommodated the extraction of the task-related interval and represented it as the average of cerebral hemoglobin concentration change over several trials. While still dragging all spatial and verbal WM data separately, the Blocking function is selected from the list. When the Add button is clicked, the parameter option appears and the predetermined periods of pre- and poststimulus are set. The Plot average button is once again clicked resulting in spatial-evoked signals in 25.5 s, as illustrated in Fig. 5(a). Regardless of the task, both waveform and temporal preprocessing effects were similarly presented (verbal-evoked task not shown).

Fig. 5

(a) Relative concentration change (eight averaged trials) in oxygenated hemoglobin (oxy-Hb/O2Hb, red-lines) and deoxygenated hemoglobin (deoxy-Hb/HHb, blue-lines) in temporal trial span without any preprocessing steps and (b) temporal processed signal for spatial WM task from all subjects.

NPH_3_1_010801_f005.png

In the POTATo plot GUI, a user can control the range of x- and y-axes that describe time and hemoglobin concentration changes. On the upper left of the GUI, there is a list of available signal types including ΔCO2Hb, ΔCHHb, and ΔCHb-total. This allows the user to select which signals are necessarily presented in a plot. For clear visualization, the plots in this tutorial mainly consist of ΔCO2Hb (red line by default) and ΔCHHb (blue line by default). According to Fig. 5(a), several channels, mainly located in the upper PFC, exhibited heavy noise with high amplitude. Other than those channels, channels in the center to lower parts clearly delivered incremental ΔCO2Hb with a particular two-peaks pattern while executing both spatial and verbal WM tasks. This increase generally corresponds to brain activation; however, we cannot straightforwardly determine particular regions of interest (ROIs) and eliminate other potential channels because of intrasubject variability in systemic activity.4446 A dissimilar baseline among channels also occurred and could result in misleading information of brain activation. Therefore, comparing brain activity with map and plot visualizations is insufficient to infer any conclusions from spatial and verbal WM tasks. We investigated further by using the preliminarily obtained tendency from mean-brain activation information and conducting statistical significance analysis. The statistical results will help us conclude these hypotheses.

Before moving on to statistical issues, there are points that need to be addressed. Regarding noise occurrence, no information could be derived from the upper channel, possibly hiding the functional brain signal. In spite of noticeably high-amplitude noise, integrated noise with a smaller amplitude and short interval might affect the prone channels. For example, the systemic activation, overlaid cortical absorption, and task-related motion (e.g., tilting head up, enforced respiration, jaw motion) deliver random interferences that are hardly differentiated and separated from brain activity.4752 The fluctuating interferences are generally diverse among people and the negligence of this noise will convey high variability and inconsistency. Therefore, noise removal can essentially improve data reliability. With acceptable methods minimizing signal loss, noise elimination should be attempted. Further preprocessing, as explained later, was done; resulting in reduced-noise signals, as illustrated in Fig. 5(b).

As another point regarding strategic data analysis, we would like to introduce two approaches, average sample- and model-based analyses for proceeding with POTATo. In average sample-based analysis, the activation is interpreted from the significantly increased average amplitude of activation-related period compared with that of baseline period (i.e., prestimulus) without any predetermined assumption on a signal waveform. Despite its simplicity, the temporal information outside a predetermined activation-related period is neglected. On the contrary, statistical parametric mapping (SPM), a well-known spatiotemporal normalization mapping based on mass univariate analysis across voxels in positron emission tomography5355 and fMRI,17,56,57 is used to evaluate the correlation between signal and estimated HRF. The assumption of complex HRF convolution or the dynamic cerebral autoregulation concept (e.g., myogenic, metabolic, and neurogenic activities)5861 differentiates this SPM method with an average sample-based approach. The correlation representing the signal-model likelihood is assessed based on a linear model recognized as the general linear model (GLM).6264 This model accommodates the voxel-wise analysis by fitting the response variables, yj (j=1,2,,J observed time points) with explanatory variables, xij (i=1,2,,I regressor models), weighted parameters, βi corresponding to each regressor, and independent error, ϵj as yJ=xIJβI+ϵJ.6568 Unlike the conventional time-invariant model in early SPM, the temporal adaptive (i.e., delayed and dispersed evoked response) emphasizes the advantages of focal ROIs, task variability, subject and signal (e.g., ΔCO2Hb, ΔCHHb) characteristics in the GLM model.6971 By evaluating the model resemblance, the irrelevant signal (e.g., physiological low-frequency oscillation) and prompt high amplitude due to motion artifacts reduce statistical robustness.72 This also emphasizes the importance of accomplishing appropriate preprocessing.

To conduct signal preprocessing, we now discuss the Preprocess interface. The right window of the Preprocess interface provides a tool for preprocessing functions. Several plug-ins have already been installed in POTATo and listed in the Recipe editor. The upper scroll-box is the directory function and set as My List by default [Fig. 4(E)]. The function list of a related directory is then accessed through the lower scroll-box [Fig. 4(F)]. As described above, the function list on My List can be modified in the menu (Setting → My List). A user can also explore more functions by changing the function directory to All Filter. By simply choosing one of the functions on the lower scroll-box and clicking the Add button, POTATo will insert that function into the Recipe, as shown in the lower input-box. Additional functions will be listed and executed sequentially. In the application of signal filtering and fitting functions, the order becomes important and the sequence modification is readily provided by selecting the particular function on the Recipe and clicking the UP-DOWN buttons [Fig. 4(G)] on the left side of the scroll-boxes.

To optimize the preprocessing step, a user can use a trial-and-error method in designing the preprocessing recipe. The optimized recipe is determined not only by selecting the necessary functions but also by setting the proper function parameters. There are three functional buttons, Change, Enable/Disable, and Remove [Fig. 4(G)], for altering the function parameters, activating/deactivating the functions, and removing the functions from the Recipe, respectively. Attempting optimization requires visual observation for comparing the signal transformation and reconstruction before and after implementing the functions. The POTATo data visualization plug-in [Fig. 4(H)] is located on the lower-left of the GUI, which provides a scroll-box consisting of available plotting types, such as channel check, line plot, activation map, and statistical result map (h-value). These plots are not always applicable depending on the preprocessing functions. If the statistical test function is not included in the Recipe, the statistical result map will not work. The Edit button next to the plotting scroll-box allows a user to modify the plot function by editing, adding, or even removing the GUI elements. By clicking the Draw button, POTATo analyzes the signal according to the Recipe and presents the processed signal according to the selected plot type. For a user who wants to investigate further preprocessing functions and data, the M-file script and Export Workspace (WS) buttons [Fig. 4(I)] are provided for exporting the code into the MATLAB® script file and the processed data into the MATLAB® variables, respectively. Setting the visual plot and clicking the Draw check-box beside the M-file script button includes the plotting function in the Recipe code script. After becoming familiar with the Preprocessing interface, the following subsections will explain the basic selection of preprocessing functions and those applications to WM tasks.

3.1.1.

Noise detection and rejection

Despite highly supervised and controlled experiments, motion noise, such as unconscious head tilting and frowning, might occur. To examine the occurrence of motion artifact in a signal, the frequency spectrum is assessed beforehand via the Spectrum Check layout [plotting scroll-box → Spectrum Check → Draw button; Fig. 4(H)]. The spectrum check lies on the discrete-time Fourier transform decomposing the temporal signals and congregating frequency-based components. The spiky spectrum toward the amplitude of ΔCO2Hb/HHb at an unusually high frequency might be correlated with motion noise. In addition, the motion artifact is presumably bounded with wider affected areas. If the respective spike also occurs at the same time in adjacent channels, it might coherently support the forejudged assumption of the motion artifact. Figure 6(a) illustrates the Spectrum Check GUI of the ΔCO2Hb signal (channel 11, 3×10 S-D arrangement) from a representative subject performing a spatial WM task. Similar to other plotting GUIs, several elements, such as channel, available signal list-box, and axis controller, are provided [Figs. 6(A)6(C)]. According to the ΔCO2Hb plot (lower plot), which showed a sharp peak in the third poststimulus interval (94 s), there was also a spike (shown with an arrow) in a frequency over 2 Hz observed in ΔCO2Hb amplitude spectrum (upper plot) that might be related to the ΔCO2Hb spike. We can closely examine the spike by adjusting the time-frame (88 to 104 s) using the time scroll-bar at the bottom the GUI [Fig. 6(D)], as shown in Fig. 6(b). The neighboring channels (e.g., channels 21 and 31) also showed similar phenomena at that time point [Figs. 6(c)6(e)]. Therefore, that spike was likely due to a motion artifact.

Fig. 6

(a) Spectrum Check layout in representative ΔCO2Hb signal from channel 11 while performing spatial WM task. Upper plot shows ΔCO2Hb amplitude spectrum versus frequency and lower plot illustrates ΔCO2Hb versus time. This allows user to (A) set displayed channel, (B) one or more signal types, (C) x- and y-axes, and (D) displayed time interval. Suspected spiky noise was observed in poststimulus of 3rd task trial (shown with an arrow). (b) Detail observation of high-frequency noise around 94 s at channel 11 and its adjacent channels (c) 21 and (d) 31 as (e) diagonally located.

NPH_3_1_010801_f006.png

While visual evaluation is important to thoroughly observe signals, it is merely practical for small-scale data analysis; otherwise, it will be time consuming and very laborious. Following Pena’s method using signal threshold and spike recognition,73 a POTATo function called Motion Check can identify and mark the determined noise depending on the adjusted parameters. Once added into the Recipe, the function GUI (Fig. 7) appears and the user is asked to specify several parameters including filtering method [e.g., ButterWorth, bandpass2/Fast Fourier Transform (FFT), or none], bandpass frequency of filtering, signal threshold, concerned data-kind, and interval of spike recognition. The term “data-kind” is frequently used in other function GUIs and structural data, which numbers 1, 2, and 3 denote ΔCO2Hb, ΔCHHb, and ΔCHb-total, respectively.

Fig. 7

Motion Check interface conveniently confirms noise occurring at particular time points for each channel and data-kind (1 for ΔCO2Hb, 2 for ΔCHHb, and 3 for ΔCHb-total). Impact on channel can be immediately monitored as parameter justification. Detected ΔCO2Hb noise is denoted with cross-marks on channels 11 and 21.

NPH_3_1_010801_f007.png

As discussed above, the bias interpretation of the brain activation signals might be a limitation of fNIRS data analysis. This can be caused by unrelated activation signals convoluted together. In a simple method, the signal convolution problem is usually resolved by applying the filter to minimize the effect of particular frequency-based components toward the entire time-course signal. The band-passes are set to 0.02 and 1 Hz to reduce noise related to low-frequency oscillation and heartbeat effects, respectively. If the user inputs 0.1  mM·mm, kind 1, and 2 points in the threshold, data-kind, and interval point boxes, respectively, POTATo will look into the ButterWorth-filtered ΔCO2Hb signal for each channel, detect whether there are any ΔCO2Hb deviations over the 0.1-mM·mm threshold within two consecutive sampling points, and mark those exceeded points as noise. These parameters can be customized depending on the data condition. The marked flaw signal within a stimulus-interest interval will be excluded in further analysis. Either extremely strict or lenient motion detection will result in no signal being eligible for analysis or no noise being rejected, and both phenomena should be avoided. The user may select “None” for evaluating the POTATo Raw data without any filter; however, this can overestimate noise and ineffectively eliminate data.

On the right side of the GUI, two plots are provided for displaying the POTATo Raw data (bold-colored line), filtered signal (thin-colored line), and marked noise (cross-mark) from two selectable channels. As illustrated in Fig. 7, the line plots of channels 11 and 21 were presented. In addition, the spiky noise at 94 s, several time-points marked with cross-marks were mutually detected at an over-intensified amplitude (over 0.1  mM·mm). These results also improved this function’s efficiency compared with subjective visual observation. After finishing the parameter setting, the OK button is clicked to save the set parameters and this function is added to the Recipe. Since applying this function does not afford signal reconstruction and the filtering method solely works for initial signal smoothing before noise detection, another function called Band Filter is required.

3.1.2.

Signal Filtering

As depicted in Fig. 8, the Band Filter function has several parameter inputs such as filter type (e.g., FFT and ButterWorth), band-filtering (e.g., high-pass, low-pass, and both filters), and filter dimension,18 especially for the ButterWorth filter on the left side of the GUI. The frequency band criteria are then specified in the input-boxes of the high-pass filter and low-pass filter. Two scroll-boxes below the low-pass filter input-box allow the user to select and visualize the channel-wise signals (e.g., ΔCO2Hb, ΔCHHb, and ΔCHb-total) that are outlined on the right side of the GUI. There are four plots including power density [upper two plots, Figs. 8(A) and 8(B)] and ΔCHb plots [lower two plots, Figs. 8(C) and 8(D)] for raw [Figs. 8(A) and 8(C)] and filtered signals [Figs. 8(B) and 8(D)] in a selected channel. These plots are expected to facilitate direct monitoring while justifying and customizing parameters.

Fig. 8

Band Pass function GUI includes several parameters such as filter type, frequency, displayed channel, and signal types. Signals of channel 21 were observed in (A) and (B) spectrum plots and time course ΔCHb (C) and (D) reconstruction plots for Raw data (A) and (C) and filtered signals (B) and (D).

NPH_3_1_010801_f008.png

3.1.3.

Task-related signal

POTATo was designed by adopting the block design analysis74,75 and several plug-ins particularly process continuous, block, or both data. Continuous data is considered as time-course data during an experiment, whereas block data is extracted data from continuous data in accordance with the stimulus markers. Because there are two types of markers, block and event markers, a user should confirm the task design beforehand. A block marker denotes the continuous task within a specific interval, as done in WM studies, while an event marker describes the performed task as a single action such as one-press button. The time period for single block data called an epoch is predetermined and composed of pre-, task-, and poststimulus intervals. For these WM tasks in which the stimulus period lasted for 8.5 s, pre- and poststimulus intervals were set to 1 and 16 s, respectively. The Blocking function is added to create block data. In addition, the interval inputs (e.g., pre- and poststimulation), a user also needs to specify the marker number. When the task paradigm is designed consisting of more than one type of task, POTATo recognizes the different stimulus types by distinguishing the marker number. Regardless of the marker number, the user can input All for this parameter.

To visualize the epoch, we can select either Channel Check or Line Plot layouts. Because the Motion Check function has already been applied, the displayed signal comes from the average of free-noise epochs. To observe the number of free-noise epochs, the Line plot (block overlay) layout illustrates the channel-wise visualization with the number of line-plots, which each line-plot defines a single free-noise epoch, as depicted in Fig. 9. The empty channel plot indicates that all epochs are affected by noise. If channels mainly show empty plots, this can be evidence of a strict motion rejection parameter, and optimization should be done.

Fig. 9

(a) Block overlay layout shows number of free-noise epochs for each channel. (b) From these channels, several channels failed to extract any epochs due to heavy noise, as occurred in channel 1. (c) Channel 11 rejected four noisy trials while (d) there was no detected noise trial in channel 13.

NPH_3_1_010801_f009.png

Regarding the data-type conversion, POTATo will process continuous data following the listed Recipe order before the Blocking function and oppositely carry out block data processing after the Blocking function is applied. As described above, POTATo functions and layouts have specific data-type requirements. For example, Motion Check is merely functional for continuous data, while Band Filter works for both continuous and block data. Therefore, this may be noticeable when a user intends to modify the order of the Motion Check function. The Motion Check function cannot be listed after the Blocking function.

3.1.4.

Baseline fitting

The resting (pre- and poststimulus) interval is assumed to show zero amplitude, yet an unstable baseline can occur due to systemic intervention delaying the baseline recovery.76,77 Considering undesirable matter, the Baseline correction function is applied to befit the data with adjustable fitting methods (e.g., averaged baseline, linear or polynomial regression) and subtract them into approximate zero-level. We set 1 s before stimulus onset and 5 s before epoch termination to be linearly fitted. This setting was chosen to include the effect of activation after stimulus such as second peak occurrence that was observed before in EDA. Therefore, to activate this function, we input 1-degree fitting and excluded the interval (stimulus onset 11  s after stimulus completion) in the parameter input-boxes. The baseline adjustment can be done not only in the block data but also in the continuous data using another function called Baseline fitting with the same principle; however, continuous fitting will result in a disadvantage in handling nonuniform baseline deviation, as depicted in Fig. 10.

Fig. 10

Line plot of ΔCO2Hb signal in channel 22. (a) From continuous signal, baseline gradually decreased as well as performing task; however, sudden jump in baseline occurred and lingered. (b) Baseline in epoch data was corrected, suggesting approximate zero baseline.

NPH_3_1_010801_f010.png

After filtering and correcting the baseline, the cortical map layout and channel-wise plot are provided (plotting scroll-box → Plots and Map → Draw button), as shown in Fig. 11 (from another representative subject), to understand the distribution of ΔCO2Hb by selecting one signal type [Fig. 11(A)]. There are channels showing no expression (i.e., blank) and providing information that heavy noise had occurred and none of the epochs could be extracted from the filtering process. The interpreted map contouring the gap among channels can also be illustrated in this layout GUI [Mode scroll-box → Interpret; Fig. 11(B)]. If some channels are unavailable due to noise, the interpreted map connected to those adjoining channels will be impaired. Another feature, the time scroll button [Fig. 11(C)], is provided to display the time and assists the user in monitoring the ΔCHb alteration within the averaged epoch. According to the cortical map, the ΔCO2Hb signal noticeably enhanced in channels 12, 13, and 22 indicated by the red-colored gradient at 130 sampling points (i.e., 13 s, sampling rate 10 Hz) of the epoch.

Fig. 11

Cortical map of 47 channels on prefrontal cortex area. Empty channels are caused by excessive noise. Map displays distribution of ΔCO2Hb at 13 s (sampling rate 10 Hz) after starting epoch or 12 s after stimulus onset time. Choosing one (A) signal type (B) and map type, visual observation over time course is done by (C) scrolling timepiece.

NPH_3_1_010801_f011.png

3.1.5.

Statistical test of intertrials within subject

To confirm our hypothesis from the cortical map (Fig. 11) related to the enhanced ΔCO2Hb in channels 12, 13, and 22, we can average the ΔCHb amplitude and statistically verify the changes during the specified interval using the t-test function (All Filter scroll-box → t test → Add button). Figure 12(a) depicts the function GUI that enables a user to set both the tested baseline (Period 1) and stimulus-response interval (Period 2). In these WM tasks, periods 1 and 2 are determined as 10  s and 12–15 s (i.e., 0 s is onset stimulus time), respectively. POTATo will analyze the significance of the averaged ΔCHb in period 2 compared with period 1 with the data number depending on the total free-noise epochs for each channel. Because of the variability in peak time for each epoch,44 we can adjust additional interval time to find any peaks outside period 1 or 2 by clicking the Use Peak Search check-box. Furthermore, the independence level (α; 0.05) and result parameters can be set. After finishing with those parameters, OK button is clicked and we can examine the results in the cortical map layout (plotting scroll-box → Map for hdata.Results → Draw button). Figure 12(b) shows the results of the channel-wise statistical test with multiple statistical values (e.g., t-, p-, and h-values) for each data-kind (ΔCO2Hb, ΔCHHb, and ΔCHb-total). By selecting t-test Oxy.h [Fig. 12(A)], red channels denote p-values lower than α with positive t-values (enhanced ΔCO2Hb in period 2), while blue channel indicates p-value lower than α and negative t-value (enhanced ΔCO2Hb in period 1). The results confirm our hypothesis with other significantly enhanced ΔCO2Hb channels located adjacent to channels 12, 13, and 22 and the brain is seemingly activated in the right PFC. Nevertheless, this sole result is insufficient to determine ROIs and is also from only one subject. Hence, the grouped data are statistically analyzed to describe and estimate ROIs, as explained in Sec. 3.2.

Fig. 12

(a) Parameter setting of intertrial t-test function within subject and (b) statistical results layout with selectable displayed parameters (A).

NPH_3_1_010801_f012.png

3.1.6.

Additional features of preprocess graphical user interface

Before starting to create group analysis and statistically analyze the grouped data, we need to organize the Recipe for each data. If the dataset consists of a relatively large sample size, individually selecting functions and setting the parameters will waste much time. Therefore, POTATo provides the Recipe copy feature. By dragging several data, POTATo can detect the embedded Recipe and notify a user if there are any differences among Recipes, as shown in Fig. 13. This allows the user to choose one of the Recipes [Fig. 13(A)] and apply it to all selected data [Fig. 13(B)]. Additionally, the user can edit the function status and parameters in that Recipe [Fig. 13(C)]. In the Summary Statistical Analysis, the Recipe is assumed to be uniform or at least have the same data type; either continuous or block data. Now that we have already arranged the Recipe for all data, we can observe the averaged signal waveform by selecting several data and plotting them in Plot Average [Fig. 13(D)], as shown in Fig. 5(B), for spatial WM studies.

Fig. 13

Different Recipe controller appears when several data are selected and different applied Recipes are detected. (A) Listed Recipes can be chosen to be applied for all (B) selected data. (C) This helps user to modify functions over subjects. After completing Recipe for each datum, (D) Plot Average provides average layout from all selected data.

NPH_3_1_010801_f013.png

For transforming the probe coordinate into the estimated Montreal Neurological Institute (MNI) space, a spatial analysis tool was developed according to the probabilistic registration7884 and is readily downloadable into the POTATo package.41 To start the spatial analysis, the Multifunctional button [Fig. 4(B)] is used by initially switching the button function to Spatial-Analysis (right clicking) and clicking that button after selecting the data. Once clicked, the Spatial Analysis DataViewer GUI appears. If the MNI panel is empty, the MNI template for a particular number of channels (e.g., 47 channels) can be loaded (P38\Benri Button\MNI\template\MNI_47ch.mat). By re-clicking the MNI panel, the three-dimensional (3-D) layout of the spatial registration is then provided together with the MNI coordinate and automatic anatomical labeling (AAL; i.e., Broadmann area estimation) for each channel. Instead of using Map for hdata.Results as the layout tool, MNI 3D hdata.Results is selected from the plotting scroll-box to visualize the statistical results in a 3-D registered-channel map.

In addition, the spatial analysis tool, POTATo provides the Project Repair feature in the Multifunctional button. As described in the POTATo concept section, POTATo enables a user to delete the Recipe via the POTATo Edit menu but not the POTATo Raw data. If the Recipe deletion mistakenly happened, the user can track down the missing Recipe by executing this Project Repair function. This will notify the user whether there are any existing Raw data without Recipes. Furthermore, the user can preferably determine to either create the Recipe or permanently remove the Raw data from that Project. Regarding the plug-in installment, the user can create the new plug-in from menu item (Tools → Plugin Wizard) by defining the plug-in type (e.g., preprocessing, summary statistical analysis, layout functions), used data-type (continuous and/or block data), and command code. This plug-in will be automatically installed in the POTATo package. A further explanation about plug-in creation is provided in the POTATo user’s guide included in the downloaded software package.

3.2.

Data Grouping and Statistical Analysis

Before starting the experiment, we established the content and main objective as well as related hypotheses or expected results. The experiment was designed to accomplish the set goal and was conducted following this design. How to analyze and prove the initial hypotheses became major issues nonetheless. Statistical methods for resolving the getaway assist in the evaluation and standardization of experimental results and conclusion. To confirm the initial hypotheses and draw conclusions from a dataset, the computational statistical function can be performed. Preprocessed data are gathered, creating a summary of group analysis depending on the selected analysis approach in Summary Statistic Computation. Next, a statistical test (e.g., t-test) is carried out with conformable independent/target variables and paired/unpaired t-test. In the average sample-based approach, the average value of concentration change in the suspected activation interval is statistically analyzed instead of the estimated parameter for the predetermined explanatory HRF model (β) and fitting correctness (σ2 residual variance). Therefore, the average sample-based approach uses a single averaged value for each channel, as done in several previous studies,8588 while the model-based approach will take into account the data-model correlation and approximation (i.e., targeting minimized residual error through ordinary least square/OLS).

In a group analysis, the defective data may substantially affect the inferences. Therefore, subject screening is necessary as an initial step. For data validation, the channel is assumed to possess at least six free-noise epochs of eight conducted trials (75%) and each subject should retain at least 35 favorable channels. This was chosen to maximize utilization of dataset by 80%. By applying the similar Motion Check and Blocking recipes, the noisy epochs for each channel per individual subject can be identified. We recommend the Export WS button to extend usage outside the POTATo platform. By selecting the data with the same Recipe and clicking the Export WS button, the processed signals are computerized and transferred as workspace variables called data and hdata. The hdata facilitates easy retrieval because of hierarchical organization of specified information in a structure array including the marked noise called a flag (flag size=1 time point per channel), while the data variable stores the time-course signal of either continuous or block data depending on the Recipe. An epoch possessing even one flag is considered a defective trial and tends to be eliminated. Exporting more than a datum, POTATo will create structure arrays for each datum and store underneath the hdata cell array. By executing the code in the MATLAB® command window (Appendix B), we can easily identify the number of defective epochs for each channel.

According to the predetermined criterion for 75% of valid epochs, the channels affected by noise in more than two epochs are categorized as defective. Therefore, the number of defective channels per subject is recognized. Figure 14 shows the relation between number of subjects and defective channels when performing a spatial WM task. For analyzing the number of subjects with controlled noise, we set utilization to at least 80% of the total number of subjects or 124 subjects. Based on noise data distribution, the subjects should have sustained more than 35 channels for the spatial WM task while 34 channels for the verbal WM task or around 74.5% and 72.3% of all channels, respectively. Therefore, we fixed the subject exclusion by 25 and 26 subjects for spatial and verbal WM tasks, respectively, and continued the analysis process in the Summary Statistics Computation and Statistical Test platforms. We now explain POTATo operation regarding two analysis approaches.

Fig. 14

Graph of subject accumulation depending on channel validity (75% free-noise epoch per channel). For examining 80% of all subjects (128, orange line), up to 12 defective channels per subject is acceptable.

NPH_3_1_010801_f014.png

3.2.1.

Average sample-based analysis

Prior to statistical analysis, the activation waveform should be observed to recognize the trend of ΔCO2Hb and ΔCHHb. Compared with introductory observation of averaged subject data [Figs. 5(A)], the waveform after sequent preprocess [Fig. 5(B)] mainly displayed a similar two-peaks pattern, indicating two types of activation. This is predicted as (1) encoding activation for memorizing the task and (2) recalling activation for retrieving the recent information. This assumption is related to the time course when the first peak appears during the delay of a given stimulus and the second peak appears after the memory test. This similar pattern might be interpreted as a positive sign of a tolerable preprocess without overdone correction. In addition, the preprocess step suggests a great advantage in heavy noise reduction. Consequently, the brain activity from noise-affected channels along the upper PFC can be extracted. Once again, from this waveform, the inference of the ROIs is still unclear.

Moving on to statistical analysis, the subjects from Data List are selected by excluding those with high noise-affected channels and accessing the Summary Statistical Computation platform by clicking the Summary Statistical Computation button located beside the Preprocess button [Fig. 4(D)]. Figure 15 illustrates the Summary Statistical Computation interface. To begin, a user is asked to name this group analysis in the Summary Statistical List input-box [e.g., Spatial/Verbal Task, Fig. 15(A)] and select one of the provided summary functions in the Function-Name scroll-box [Fig. 15(B)]. For the average sample-based approach, the Average function is selected. This function solely works for block data; the Blocking function must be included in the preprocessing Recipe. If some data are still processed in the continuous data, POTATo can identify them and the epoching feature will appear. In the Average function, there are three following features: subgroup analysis, baseline correction, and averaged period. First, the data characteristics listed in Key Search [Fig. 4(C)] can be used to divide a group analysis into smaller subgroups. POTATo also provides a more elaborate subgrouping that combines several characteristics in the Statistical Test GUI, the next interface. Second, if the Baseline correction function has not been incorporated into the preprocessing Recipe, POTATo allows the user to deliberately set this function parameter. Third, the activation interval evoked by the stimulus task together with the Peak Search feature can be adjusted similar to the t-test function. The initial waveform information addresses the concerned activation interval. In this analysis, the activation interval was selected on the basis of one-fourth wavelength; thus, the intervals of 6 to 8 s and 12 to 15 s after stimulus onset were determined as activated for the first and second peaks, respectively. Because the Motion Check function is also included in the processing Recipe, the Apply Flags check-box is clicked to use the information of defective epochs (flag) and leave out those epochs in further analysis. Besides the Function-Name box, there are additional buttons such as Save, Load, and Draw. The Save and Load buttons work for storing the information of adjusted parameters in a .mat file and launching the saved information to other group analyses, respectively. The Draw button also provides the layout function similar to the Plot Average button. This setting is then saved to proceed with the statistical analysis.

Fig. 15

Summary Statistics Computation interface creates multiple group analyses with (A) specific name and (B) function. While editing former group analysis setting, data with modified Recipe is notified with (C) three asterisks and enables user to select either using previous Recipe (‘Use Summary Statistic Data Recipe’ command) or newly modified (D) Recipe (‘Use Analysis Data Recipe’ command).

NPH_3_1_010801_f015.png

As discussed earlier, the degree of amplitude signal can indicate the activated ROIs. To minimize the intravariability signal and ensure robust analysis, normalized amplitude is calculated by comparing the averaged stimulus and rest amplitudes with the following equation for each channel34

Eq. (1)

zch=[Xstim¯Xrest¯(SD2/n)stim+(SD2/n)rest]ch,
where X is the mean-amplitude of either ΔCO2Hb or ΔCHHb from free-noise epochs, SD is standard deviation, and n is the number of free-noise epochs in channel-wise manner. In the Average function, the concerned interval is merely the evoked activation interval. Therefore, the t-test function is applied for each data subject with an averaged period according to the predetermined rest/stimulus interval to obtain this parameter magnitude. The normalized value is stored in a Results structure under hdata; thus, the group analysis is created in the Summary Statistics Computation platform by using another function, save hdata.Results.

To access the Statistical Test GUI, the user clicks the Statistical Test button located beside the Summary Statistics Computation button [Fig. 4(D)]. As illustrated in Fig. 16, t-test is performed by initially selecting the summarized group analysis [Summary Statistic Data List scroll-box → ‘the recent group analysis’ → Add button; Fig. 16(A)]. There are several statistical test functions such as t-test for average sample-based and model-based approaches [Fig. 16(B)]. The customized analysis parameters, such as independent and target variables, allow the user to deliberately explore their own data [Figs. 16(C) and 16(D)]. To create elaborate subgroups as described above, the Target Group feature is used allowing the user to sort several data characteristics (e.g., signal type, filename, age, gender, and so on) and form a target group [Add button; Fig. 16(E) → choose characteristic grouping → OK button]. To conduct two-sample analyses, the user has to create two target groups. For instance, to understand the differences between spatial and verbal WM tasks, the first target group is set to use the ΔCO2Hb signal type from spatial task, whereas the second target group uses the same ΔCO2Hb signal type and sources from verbal task. To analyze in a channel-wise manner for each WM task, channel, normalized amplitude (i.e., z-value), and ΔCHb signal type (e.g., ΔCO2Hb or ΔCHHb) are set as the independent variable, target data, and target group, respectively. Furthermore, the average target data feature is set beforehand [Fig. 16(F)] to compute either each trial or intertrial average as one datum. The Launch t-test button [Fig. 16(G)] is then clicked to display another analysis GUI enabling the user to modify the statistical hypothesis parameters, such as independence level and tail type, to compute several analysis outputs (i.e., t- and p-values), and to display the analysis output in a spatially registered-channel map as illustrated in Fig. 17. For further analysis in the MATLAB® window or other statistics software, the Text Out and Export WS buttons [Fig. 16(H)] can be used to export the summary of group analysis in .csv and .mat files.

Fig. 16

(A) Statistical Test interface with several setting parameters such as selection of group analysis, (B) statistical analysis function, (C) independent variable, (D) target data (summary of group analysis), (E) target group, and (F) optional subaveraged target data. For executing analysis, (G) launch t-test button is clicked to perform analysis in different GUI. (H) Exporting tool is provided to analyze summary of group analysis outside POTATo package.

NPH_3_1_010801_f016.png

Fig. 17

Significance results (one-sample t-test with right tail for ΔCO2Hb and left tail for ΔCHHb) of resting-activation period for (a, b, e, f) spatial and (c, d, g, h) verbal WM tasks with respect to (a, c, e, g) ΔCO2Hb and (b, d, f, h) ΔCHHb (a)–(d) signals of encoding and (e)–(h) recalling periods. p-values are shown in either negative or positive logarithmic scale for ΔCO2Hb and ΔCHHb results, respectively. Marked regions (c, d, g, and h) show probable left laterality in verbal task while recalling memory.

NPH_3_1_010801_f017.png

In general, the evoked neural activity is associated with the elevated energy demand through glucose catabolism coupling with increased neurometabolic and neurovascular responses.31,89 Consequently, the activated cortex expresses incremental cerebral blood flow (CBF) together with cerebral blood volume (CBV) delivering oxygen and nutrients to compensate for the neural-task activity. While a higher metabolism rate is promoted in parallel, the oxygen supply from CBF and CBV is greater; therefore, deoxygenated hemoglobin encounters concentration depletion. Nevertheless, the neurometabolic and neurovascular responses are more complex than the widely known theory especially at non-ROIs that are sometimes excluded in analysis. For example, there are some channels at the bilateral superior temporal gyrus, premotor cortex, and frontopolar areas (i.e., channels on left, right, and lower probe perimeters) where both increased ΔCO2Hb and ΔCHHb signals are shown in Fig. 5(B). Several hypotheses, such as influential physiological noise at skin blood flow with both increased ΔCO2Hb and ΔCHHb90 or spatial inhomogeneity of motion artifact (e.g., eye blinking or frowning may strongly influence the frontopolar compared with other regions) with enhanced positive correlation between ΔCO2Hb and ΔCHHb,25 have been introduced; however, further investigation is necessary to address this issue.

To evaluate specific ROIs over measured regions, the multiple hypotheses tests are involved and increase the familywise error rate because of incorrectly rejecting the null hypothesis of no evoked-stimulus activation (i.e., false discovery or type-1 error).9193 This multiplicity has been an important and inevitable issue in any neuroimaging techniques; thus, the Bonferroni correction (α=0.01/47) was adopted to avoid type-1 error and maintain the familywise error rate in analyzing these WM tasks. According to the results shown in Fig. 17, the ΔCO2Hb concentration apparently increased in wide areas regardless of task types (p<0.00022) presumably confirming the insufficiency of statistical correction (i.e., Bonferroni) or noise elimination. These increases again raise the question of particular ROI positions. Nonetheless, there were some channels showing distinguished significance degrees with extremely low p-values [red-colored channels in Figs. 17(a), 17(c), 17(e), and 17(g)]. Extensively, the significance of decreased ΔCHHb promoted ROI information as a hypothesis of opposite correlation with incremental ΔCO2Hb [blue-colored channels in Figs. 17(b), 17(d), 17(f), and 17(h)]. Simultaneously checking the p-distribution map for both task and signal types, channels 13, 16, 22, 26, 32, and 35 were more likely to behave as ROIs and those channel locations reflected to each other (channels 13–16, 22–26, and 32–35) through the vertical nasion axis. Expectedly, those channels had also been predicted from the initial visual observation (EDA).

According to the AAL of the spatial analysis tool, those channels are mainly estimated as the bilateral dorsolateral PFC (DLPFC; Broadmann area 9 and 46), pars triangularis Broca’s area [partly ventrolateral PFC (VLPFC), Broadmann area 45], and tiny section of the frontopolar PFC (Broadmann area 10), as illustrated in Fig. 18. These results confirmed the similar ROIs from previous fNIRS and fMRI studies related to activated-WM ROIs.9496 Despite the EDA and MD results of increased ΔCO2Hb in the broad frontopolar PFC area (Broadmann area 10), the hypotheses of systemic interference and inhomogeneous noise affecting particular regions might contaminate the actual activation signal. This was also confirmed by the significantly increased ΔCHHb, which went against the negative correlation with ΔCO2Hb at the activated regions. In contrast to the bilateral activation of the spatial stimulus, the verbal WM task differed in probable left-laterality relying on a greater agreement area between increased ΔCO2Hb (Bonferroni corrected) and decreased ΔCHHb (uncorrected) criteria in the left DLPFC [Figs. 17(c), 17(d), 17(g), and 17(h) with marked regions], especially in suggested recalling process. In spite of reported right- and left-laterality for spatial and verbal WM tasks,9799 respectively, the left-preference of a verbal task was solely inferred in these datasets.

Fig. 18

Spatial estimation of activation area (yellow channels) with indicated particular Broadmann area (BA) at respective channels (Channel 13: BA9 98.95%, BA46 1.05%; Channel 16: BA9 90%, BA46 10%; Channel 22: BA45 37.18%, BA46 62.82%; Channel 26: BA45 68.6%, BA46 31.4%, Channel 32: BA10 16.28%, BA46 83.72%; and Channel 35: BA10 6.17%, BA46 93.83%).

NPH_3_1_010801_f018.png

3.2.2.

Model-based approach using general linear model analysis

Other than the mean value, the evaluation of a continuous signal is performed by the GLM estimating the likelihood of the HRF model. As a successor of the GLM implementation in the fNIRS data, Minagawa-Kawai et al.100 established the GLM analysis plug-in for POTATo platform that works in four steps. First, the establishment of a group analysis and execution of the GLM using the boxcar function as multiple regressors in the Summary Statistics Computation interface (installed keio-lscp GLM function).101 Second, the finite impulse response (FIR) method is implemented on the boxcar regressors to determine the optimum time latency of the HRF model via the keio-lscp GLM test function in the Statistical Test interface.102 Third, the GLM is re-performed using the HRF model with obtained time latency in the keio-lscp GLM function (Summary Statistics Computation interface) and the β parameter is further estimated. Finally, the brain activity level indicated by the acquired β value is evaluated using the t-test (keio-lscp) function in the Statistical Test interface. While the free plug-in and user’s guide are available on their website (Japanese only),103 this tutorial also provides a brief explanation of plug-in incorporation into the POTATo interface.

To get started, this free plug-in (P3_keio-lscpGLM_v1.02.zip) is downloaded and the extracted file consists of three folders called PluginDir, Research1stFunctions, and Research2nd Functions. Subsequently, the contents of these folders are copied into the POTATo package (P3) with matching folder names. POTATo is re-launched and the user can operate this plug-in. After selecting the data from Data List and switching the functional interface to Summary Statistics Computation, the keio-lscp GLM is selected instead of the previous Average function [Fig. 15(B)]. There are several input parameters, such as epoching interval, GLM, error parameter regressor (e.g., sin and cos), and ΔCHb types, as illustrated in Fig. 19. Because this function also includes epoching [Fig. 19(A)], preprocessing is done on the continuous data and the Blocking function is removed from the Recipe. For the first step, Boxcar [Fig. 19(B)] is selected as multiple regressors with a modifiable regressor width, number, and asynchrony interval. We set those parameters to 1.0-s width, 20 boxes, and 1.0-s asynchrony interval of regressors. By combining Boxcar and sin-cos error regressors, the Check Design Matrix button [Fig. 19(C)] provides visualization of the design matrix for the concerned participant, ΔCHb types and channel, as depicted in Fig. 20(a), where the x- and y-axes denote the length of the sampling point and number of regressors, respectively. If there are any defective sampling points, the number of regressors will also increase to compensate for the detected noise. The setting for the ΔCO2Hb and ΔCHHb data is done separately.

Fig. 19

keio-lscp GLM function in creating group analysis in Summary Statistic Computation interface. Epoching feature is (A) embedded with selectable model to design (B) adaptive design matrix. Channel-wise design matrix can be observed for each data-kind (ΔCO2Hb, ΔCHHb, and ΔCHb-total) and (C) each subject.

NPH_3_1_010801_f019.png

Fig. 20

Established design matrix using (a) boxcar function and (b) optimized HRF-time latency model.

NPH_3_1_010801_f020.png

Second, the optimization of time latency fitted to the canonical HRF model is accomplished in the Statistical Test interface by applying the keio-lscp GLM test function, as illustrated in Fig. 21(A). In this GUI, the user is allowed to modify the variables (File and Channel scroll-boxes and stimulus marker, Fig. 21(B) to optimize the time latency. If the user would like to determine the optimum condition from the average of all subjects and channels, all subjects (File scroll-box) and channels (Channel scroll-box) are selected (CTRL+A) and both scroll-boxes are set as the Mean. For channel-wise analysis, the time latency for each channel is optimized by averaging the respective channels from all subjects. Therefore, after selecting all subjects and channels, the File method is set as the Mean, while the Channel method is defined as None. By clicking the Check FIR button [Fig. 21(C)], the plot layout according to the set parameters will appear. Fitting to the HRF model is done afterwards by loading the canonical model file (P38\PluginDir\keioGLM\keioGLM_HRF32s.mat), and the optimization results are examined by clicking the Check button before saving it in the .mat file [Fig. 21(D)].

Fig. 21

(A) Statistical Test interface for optimizing time latency of HRF model using keio-lscp GLM test. (B) Optimization can be adjusted depending on set parameters such as intrasubject and channel-wise averages. (C) Check FIR button provides visualization of output signal before being fitted to HRF model. (D) Optimization result can be confirmed and needs to be saved for re-using GLM with optimized time latency model.

NPH_3_1_010801_f021.png

Figure 22 represents the approximation results of the fitted HRF model from the average channel-wise signals of all subjects during the spatial WM task. It should be noted that the exploratory waveform pattern is heretofore observed as the appearance of two peaks in a single time task trial. It is presumably disparate from the common HRF model with one peak, oscillating over, and returning back to the rest state. Even though manipulation can be done by decreasing the number of regressors to insensitively scan the waveform, it is unwise to do this for primarily satisfying the HRF-model likelihood. Together with the misleading discovery of the activated frontopolar PFC in the preliminary averaged-raw signal, these prove the importance of EDA-MD parallelism, with which the user should not visually over-interpret the qualitative results or aimlessly follow the known model and ignore the uniqueness of the data.

Fig. 22

(a) Representative model comparison among HRF, actual waveform of spatial WM task (FIR), and corrected-delay approximate HRF models. (b) Optimization of time latency shows delay time of 4.4 s. (c) HRF model with optimized time latency mode.

NPH_3_1_010801_f022.png

To re-perform the GLM using optimized time latency, we return to the Summary Statistics Computation and edit the current group analysis (e.g., Spatial/Verbal Task). Instead of using the Boxcar function, Optimal Model from File made in Stat is chosen from Use Model scroll-box [Fig. 19(B)] and the saved optimization result (.mat) is loaded. Similar to the first step, the design matrix for each channel and participant can be confirmed (Check Design Matrix button), resulting in different matrices consisted of the HRF model, fluctuation noise, and constant element regressors [Fig. 20(b)] since the boxcar function and optimum condition are performed. Clicking the Apply changes button revises the summary of group analysis made from the Boxcar function. To privately analyze the β parameters outside the POTATo interface, the Text Out button can be used to import the estimated parameters in .csv format. The fourth step is then performed in the Statistical Test interface to statistically verify whether the β parameter is significantly greater than 0. By selecting the t-test (keio-lscp) function [see. Fig. 21(A)], the user is allowed to customize the independent/target group variables and sample analysis type (e.g., one- and two-sample test). Similar to the general t-test function, the Perform t-test button provides another analysis GUI to set the hypothesis parameters, such as independence level (α=0.01/47) and tail type, and to execute the statistical analysis. The 2-D statistical result map can be transferred into a 3-D spatially registered map by exporting the result variables (e.g., p- and t-values) and assigning them to the spatial analysis tool, as described above.

Even though the GLM method was restricted by the inflexible HRF model that overlooks the variability of task-response model, the results of t-test with Bonferroni correction (Fig. 23) showed similarity with the previous average sample-based approach. This might have been caused by the incorporated peak interval within 20-s regression. However, the particular effects of each peak representing the different activations of encoding and recalling could not be examined separately. Analogous to ROIs determination, these results were analyzed based on the primary hypothesis of ΔCO2Hb and ΔCHHb correlation. By concurrently analyzing both averaged sample and GLM results in not only spatial but also verbal WM tasks, there seemed to be significant overlapping and neighboring channels in both ΔCO2Hb and ΔCHHb. Further, the ROIs were obtained at nearly identical channels with greater left PFC predilection for both WM tasks (Fig. 23 with marked regions) verifying the analysis reproducibility. From these results, the formerly selected ROIs were reasonable and also confirmed the preceding results of WM-related ROIs at DLPFC.

Fig. 23

Activation distribution map (one-sample t-test, one-tail) of HRF-likelihood model for spatial (a, b) and verbal (c, d) WM tasks. Both ΔCO2Hb (a, c) and ΔCHHb (b, d) signals conclusively present close tendency with activated region in averaged-amplitude assessment. Marked regions show probable left-laterality for spatial and verbal WM tasks (p-value in negative logarithmic for ΔCO2Hb and oppositely for ΔCHHb).

NPH_3_1_010801_f023.png

3.2.3.

Additional feature of Summary Statistics Computation GUI

Due to trial-and-error attempts in analyzing a dataset, we frequently switch the Preprocess—Summary Statistics Computation—Statistical Test interfaces. While Recipes are modified which affect the processed signals, the summary of group analysis remains the same. Before performing Statistical Test, the summary of group analysis should be edited and updated. To inform the user, the Data List of the Summary Statistics Computation interface is automatically marked with three asterisks (***) if preprocessing Recipes are modified, as illustrated in Fig. 15(C). By selecting all data and right-clicking the Data List, there is another notification [Fig. 15(D)] requesting the user to either accept the recent Recipe modification or reject the modification. In case of accepting modification, the user can update the summary of group analysis by applying the new Recipe and clicking the Apply Changes button [Fig. 15(E)]. In contrast, rejecting modification will alter the preprocessing Recipe into the former Recipe saved in the summary of group analysis.

4.

Conclusion and Future Directions

POTATo as an IDEA platform provides the flexibility of preprocessing, analyzing, and visualizing data. POTATo is expected to assist a user in optimizing functional brain activity interpretation by supporting the parallelism between EDA and MD analysis. Not only constantly examining data with conventional approaches, it is also possible to establish and develop analysis methods in POTATo. The integration of sequential analysis steps in a platform is expected to enhance data analysis comprehension and promote broader fNIRS application. By using WM tasks as analysis examples, we discussed POTATo’s potential in performing analysis according to average sample-based and model-based approaches. Initiated with EDA of raw data and confirmed through MD evaluation of processed data, these results validated previous studies on activated DLPFC while performing various WM tasks (delay-time, N-back tasks). This also confirms the analysis practicability of the POTATo platform.

For future fNIRS studies, there are issues that should be addressed, mainly regarding noise, (1) the noise source and identification,13,104106 (2) perplexity of noise response by either rejecting the trial or correcting the noise-affected signal with optimized method,107109 and (3) the diverse distribution of noise in spatial and temporal frames.4446,110112 Overcoming these issues will become the current trend in fNIRS studies. Not only noise elimination in data analysis but also improved noise prevention in hardware (e.g., multidistance optodes)113116 and experimental design should be done simultaneously. As well as helping users develop an analysis method to solve those issues, we are also continuously improving POTATo’s features to provide a more convenient and resourceful analysis domain.

Appendices

Appendix A

POTATo is able to import both intensity and ΔCHb data allowing users to provide one of those. Tables 1 and 2 are the examples of data structure in .xls file format. The necessity of wavelength information depends on the availability of raw data type which the ΔCHb data does not require the wavelength information. Besides the wavelength, other information, such as file name, ID, subject name, age, gender, measurement date, sampling rate, stimulus mode, measurement data, and stimulus-related marker, are compulsory as the minimum requirements of POTATo import function. Table 3 presents the details of each component in the data structure.

Table 1

Example of intensity data.

Channel Wavelength (nm)CH 1CH 2CH 3CH 4Stimulus marker
698.3827.5697.1827.7697.1827.7695.8827.6
Data (1 point)2.6472.2321.7852.1762.4522.0462.0512.0020
2 point2.6032.2301.7482.1812.4182.0342.0541.9980
3 point2.6062.2131.7902.1882.4232.0102.0441.9900
4 point2.5912.2221.8732.2422.4252.0102.0461.9880
5 point2.6062.2131.7752.2102.4102.0122.0491.9900
6 point2.6082.2151.7952.2442.4492.0242.0461.9950
7 point2.6472.2131.8022.2032.4542.0202.0461.9980
8 point2.6502.2201.8292.1952.4402.0372.0492.0020
9 point2.6502.2221.8242.2222.4492.0462.0492.0000
10 point2.6692.2491.8022.2302.4592.0462.0562.0001
11 point2.6252.2081.8312.2222.4322.0242.0391.9900
12 point2.6112.2251.7662.2052.4322.0102.0421.9850
13 point2.5942.2031.7512.1762.4452.0002.0461.9930
14 point2.5722.2051.7802.2032.4622.0222.0441.9950
15 point2.6182.2151.8292.1762.4622.0152.0491.9980

Table 2

Example of hemoglobin change data.

Data typeOxy hemoglobin concentration changeDeoxy hemoglobin concentration changeStimulus marker
ChannelCH 1CH 2CH 3CH 4CH 1CH 2CH 3CH 4
Data (1 point)0.0480.0720.0360.0370.0890.0330.0170.0250
2 point0.050.1210.0730.0000.0460.2020.0640.0100
3 point0.0250.0350.0490.0010.0100.0160.0290.0120
4 point0.0500.1450.0550.0210.0650.2920.0380.0120
5 point0.0250.1390.0050.0180.0100.1510.0210.0150
6 point0.0210.2150.0540.0180.0110.1620.0770.0200
7 point0.1280.0180.0890.0310.1450.0320.1090.0300
8 point0.1040.1760.0250.0480.1320.2140.0050.0380
9 point0.0940.0230.0420.0340.1250.0870.0090.0270
10 point0.0330.1110.0170.0030.1110.0660.0430.0121
11 point0.0940.0560.0090.0220.0880.1290.0170.0390
12 point0.0110.1610.0750.0140.0080.1910.0630.0040
13 point0.0350.0850.1510.0050.0010.1690.1370.0090
14 point0.0290.0810.0980.0280.0810.0950.1270.0330
15 point0.0460.2720.1300.0210.0430.2870.1500.0170

Table 3

Components of data structure.

No.ComponentFunctionFormat
1.File nameData List nameAny integer or string
2.ID subjectEncrypted ID subject in the header variableAny integer or string
3.Subject nameStored subject name in the header variableAny integer or string
4.AgeExtended Search characteristicInteger
5.GenderExtended Search characteristicEither F or M
6.Measurement dateExtended Search characteristicInteger in yyyy,mm,dd
7.Sampling ratePlotting and preprocessing functionsNumeric in second
8.Stimulus modeSpecify the mode, either event or blockEither Event or Block
9.WavelengthΔCHb data conversion if ΔCHb data is unavailableNumeric in nm
10.Measurement dataEither intensity or ΔCHb dataNumeric
11.Stimulus markIndicator of stimulus onset and ending depending on the modeBoolean notation with numbers 1 and 0 denote true and false for mark timing, respectively

Appendix B

% Tracking down the number of noisy epoch

% Total subjects = 155 subjects

% hdata 1×155  cell

% k is the number of cell

% 47 is number of channel

B=zeros(155,47);

for  k=1155;

   b(k,:)=sum(hdata{k}.flag(1,:,:),2);

end;

The variable b (155×47) will contain the number of noisy epochs in each channel for 155 subjects.

Acknowledgments

POTATo installs some functions that were developed by support of the Network Human Interface Project Foundation of the Ministry of Internal Affairs and Communications of the Japanese Government. The authors also would like to deeply thank Professor Eiju Watanabe (Director and Chairman of Neurosurgery Department, Jichi Medical University) and Professor Naoki Tanaka (Toyo University) for their continuous encouragement since POTATo development, Professor Ippeita Dan (Chuo University) and Associate Professor Yasuyo Minagawa-Kawai (Keio University) for their persistent efforts in the development of spatial registration and GLM analysis plug-ins, Associate Professor Hirokazu Tanaka (Japan Advanced Institute of Science and Technology) for his contribution on task-related component analysis (TRCA) development, Masanori Shoji and Dr. Daisuke Tsuzuki as the software developer, and Dr. Yutaka Fuchino for his aid during the initial term of POTATo release.

References

1. 

A. Maki et al., “Spatial and temporal analysis of human motor activity using noninvasive NIR topography,” Med. Phys., 22 (12), 1997 –2005 (1995). http://dx.doi.org/10.1118/1.597496 MPHYA6 0094-2405 Google Scholar

2. 

Y. Yamashita et al., “Noninvasive near-infrared topography of human brain activity using intensity modulation spectroscopy,” Opt. Eng., 35 1046 –1099 (1996). http://dx.doi.org/10.1117/1.600721 Google Scholar

3. 

D. A. Boas et al., “The accuracy of near infrared spectroscopy and imaging during focal changes in cerebral hemodynamics,” NeuroImage, 13 76 –90 (2001). http://dx.doi.org/10.1006/nimg.2000.0674 NEIMEF 1053-8119 Google Scholar

4. 

H. Koizumi et al., “Optical topography: practical problems and new applications,” Appl. Opt., 42 3054 –3062 (2003). http://dx.doi.org/10.1364/AO.42.003054 APOPAI 0003-6935 Google Scholar

5. 

P. J. Magistretti, L. Pellerin, “Regulation of cerebral energy metabolism,” Functional MRI, 25 –34 Springer-Verlag, Berlin Heidelberg (2000). Google Scholar

6. 

M. Ferrari and V. Quaresima, “A brief review on the history of human functional near-infrared spectroscopy (fNIRS) development and fields of application,” NeuroImage, 63 (2), 921 –935 (2012). http://dx.doi.org/10.1016/j.neuroimage.2012.03.049 NEIMEF 1053-8119 Google Scholar

7. 

D. A. Boas et al., “Twenty years of functional near-infrared spectroscopy: introduction for the special issue,” NeuroImage, 85 1 (2014). http://dx.doi.org/10.1016/j.neuroimage.2013.11.033 NEIMEF 1053-8119 Google Scholar

8. 

A. C. Ehlis et al., “Application of functional near-infrared spectroscopy in psychiatry,” NeuroImage, 85 478 –488 (2014). http://dx.doi.org/10.1016/j.neuroimage.2013.03.067 NEIMEF 1053-8119 Google Scholar

9. 

M. Ferrari, L. Mottola and V. Quaresima, “Principles, techniques, and limitations of near infrared spectroscopy,” Can. J. Appl. Physiol., 29 (4), 463 –487 (2004). http://dx.doi.org/10.1139/h04-031 Google Scholar

10. 

Y. Hoshi and F. G. Michael, “Functional near-infrared spectroscopy: potential and limitations in neuroimaging studies,” Int. Rev. Neurobiol., 66 237 –266 (2005). http://dx.doi.org/10.1016/S0074-7742(05)66008-4 Google Scholar

11. 

M. Kiguchi et al., “Comparison of light intensity on the brain surface due to laser exposure during optical topography and solar irradiation,” J. Biomed. Opt., 12 (6), 062108 (2007). http://dx.doi.org/10.1117/1.2804152 JBOPFO 1083-3668 Google Scholar

12. 

X. Cui et al., “A quantitative comparison of NIRS and fMRI across multiple cognitive tasks,” NeuroImage, 54 (4), 2808 –2821 (2011). http://dx.doi.org/10.1016/j.neuroimage.2010.10.069 NEIMEF 1053-8119 Google Scholar

13. 

T. J. Germon et al., “Sensitivity of near infrared spectroscopy to cerebral and extra–cerebral oxygenation changes is determined by emitter-detector separation,” J. Clin. Monit. Comput., 14 (5), 353 –360 (1998). http://dx.doi.org/10.1023/A:1009957032554 Google Scholar

14. 

Y. Hoshi, “Functional near-infrared spectroscopy: current status and future prospects,” J. Biomed. Opt., 12 (6), 062106 (2007). http://dx.doi.org/10.1117/1.2804911 JBOPFO 1083-3668 Google Scholar

15. 

M. Dehaes et al., “Quantitative investigation of the effect of the extra-cerebral vasculature in diffuse optical imaging: a simulation study,” Biomed. Opt. Express, 3 (3), 680 –695 (2011). http://dx.doi.org/10.1364/BOE.2.000680 BOEICL 2156-7085 Google Scholar

16. 

L. Gagnon et al., “Quantification of the cortical contribution to the NIRS signal over the motor cortex using concurrent NIRS-fMRI measurements,” NeuroImage, 59 (4), 3933 –3940 (2012). http://dx.doi.org/10.1016/j.neuroimage.2011.10.054 NEIMEF 1053-8119 Google Scholar

17. 

K. J. Friston et al., “Statistical parametric maps in functional imaging: a general linear approach,” Hum. Brain Mapp., 3 (4), 189 –210 (1994). http://dx.doi.org/10.1002/hbm.460020402 Google Scholar

18. 

P. H. Koh et al., “Functional optical signal analysis: a software tool for near-infrared spectroscopy data processing incorporating statistical parametric mapping,” J. Biomed. Opt., 12 (6), 064010 (2007). http://dx.doi.org/10.1117/1.2804092 JBOPFO 1083-3668 Google Scholar

19. 

T. Katura et al., “Extracting task-related activation components from optical topography measurement using independent components analysis,” J. Biomed. Opt., 13 (5), 054008 (2008). http://dx.doi.org/10.1117/1.2981829 JBOPFO 1083-3668 Google Scholar

20. 

Z. Yuan, “Spatiotemporal and time-frequency analysis of functional near infrared spectroscopy brain signals using independent component analysis,” J. Biomed. Opt., 18 (10), 106011 (2013). http://dx.doi.org/10.1117/1.JBO.18.10.106011 JBOPFO 1083-3668 Google Scholar

21. 

H. Tanaka, T. Katura and H. Sato, “Task–related oxygenation and cerebral blood volume changes estimated from NIRS signals in motor and cognitive tasks,” NeuroImage, 94 (1), 107 –119 (2014). http://dx.doi.org/10.1016/j.neuroimage.2014.02.036 NEIMEF 1053-8119 Google Scholar

22. 

G. Taga et al., “Spontaneous oscillation of oxy- and deoxy- hemoglobin changes with a phase difference throughout the occipital cortex of newborn infants observed using non-invasive optical topography,” Neurosci. Lett., 282 (1–2), 101 –104 (2000). http://dx.doi.org/10.1016/S0304-3940(00)00874-0 NELED5 0304-3940 Google Scholar

23. 

S. B. Wigal et al., “Phase synchronization of oxygenation waves in the frontal areas of children with attention-deficit hyperactivity disorder detected by optical diffusion spectroscopy correlates with medication,” J. Biomed. Opt., 17 (12), 127002 (2012). http://dx.doi.org/10.1117/1.JBO.17.12.127002 JBOPFO 1083-3668 Google Scholar

24. 

M. L. Pierro et al., “Validation of a novel hemodynamic model for coherent hemodynamics spectroscopy (CHS) and functional brain studies with fNIRS and fMRI,” NeuroImage, 85 222 –233 (2014). http://dx.doi.org/10.1016/j.neuroimage.2013.03.037 NEIMEF 1053-8119 Google Scholar

25. 

X. Cui, S. Bray and A. L. Reiss, “Functional near infrared spectroscopy (NIRS) signal improvement based on negative correlation between oxygenated and deoxygenated hemoglobin dynamics,” NeuroImage, 49 (4), 3039 –3046 (2010). http://dx.doi.org/10.1016/j.neuroimage.2009.11.050 NEIMEF 1053-8119 Google Scholar

26. 

T. Yamada, S. Umeyama and K. Matsuda, “Exploration of cerebral activation using hemodynamic modality separation method in high-density multichannel fNIRS,” in 2013 35th Annual Int. Conf. of the IEEE Engineering in Medicine and Biology Society (EMBC), 1791 –1794 (2013). Google Scholar

27. 

J. C. Ye et al., “NIRS-SPM: statistical parametric mapping for near-infrared spectroscopy,” NeuroImage, 44 428 –446 (2009). Google Scholar

28. 

T. J. Huppert et al., “HomER: a review of time-series analysis methods for near-infrared spectroscopy of the brain,” Appl. Opt., 48 (10), D280 –298 (2009). Google Scholar

29. 

T. Fekete et al., “The NIRS analysis package: noise reduction and statistical inference,” PLoS One, 6 (9), e24322 (2011). Google Scholar

30. 

SfNIRS, “Software | the society for functional near infrared spectroscopy,” (2015) http://fnirs.org/resources/software/ November ). 2015). Google Scholar

31. 

F. Scholkmann et al., “A review on continuous wave functional near-infrared spectroscopy and imaging instrumentation and methodology,” NeuroImage, 85 (1), 6 –27 (2014). http://dx.doi.org/10.1016/j.neuroimage.2013.05.004 NEIMEF 1053-8119 Google Scholar

32. 

R. Aoki et al., “Relationship of negative mood with prefrontal cortex activity during working memory tasks: an optical topography study,” Neurosci. Res., 70 (2), 189 –196 (2011). http://dx.doi.org/10.1016/j.neures.2011.02.011 Google Scholar

33. 

H. Miyata, S. Watanabe and Y. Minagawa-Kawai, “Two successive neurocognitive processes captured by near-infrared spectroscopy: prefrontal activation during a computerized plus-shaped maze task,” Brain Res., 1374 90 –99 (2011). http://dx.doi.org/10.1016/j.brainres.2010.12.047 BRREAP 0006-8993 Google Scholar

34. 

H. Sato et al., “Correlation of within-individual fluctuation of depressed mood with prefrontal cortex activity during verbal working memory task: optical topography study,” J. Biomed. Opt., 16 (12), 126007 (2011). http://dx.doi.org/10.1117/1.3662448 JBOPFO 1083-3668 Google Scholar

35. 

L. Sugiura et al., “Sound to language: different cortical processing for first and second languages in elementary school children as revealed by a large-scale study using fNIRS,” Cereb. Cortex, 21 2374 –2393 (2011). http://dx.doi.org/10.1093/cercor/bhr023 53OPAV 1047-3211 Google Scholar

36. 

H. Sato et al., “Cerebral hemodynamics in newborn infants exposed to speech sounds: a whole-head optical topography study,” Hum. Brain Mapp., 33 (9), 2092 –2103 (2012). http://dx.doi.org/10.1002/hbm.21350 HBRME7 1065-9471 Google Scholar

37. 

R. Aoki et al., “Correlation between prefrontal cortex activity during working memory tasks and natural mood independent of personality effects: an optical topography study,” Psychiatry Res., 212 (1), 79 –87 (2013). http://dx.doi.org/10.1016/j.pscychresns.2012.10.009 PSRSDR Google Scholar

38. 

M. Imafuku et al., “‘Mom called me!’ Behavioral and prefrontal responses of infants to self-names spoken by their mothers,” NeuroImage, 103 476 –484 (2014). http://dx.doi.org/10.1016/j.neuroimage.2014.08.034 NEIMEF 1053-8119 Google Scholar

39. 

H. Sato et al., “Replication of the correlation between natural mood states and working memory-related prefrontal activity measured by near–infrared spectroscopy in a German sample,” Front. Hum. Neurosci., 8 (37), 1 –10 (2014). http://dx.doi.org/10.3389/fnhum.2014.00037 Google Scholar

40. 

A. Buja et al., “Statistical inference for exploratory data analysis and model diagnostics,” Philos. T. Roy. Soc. A, 367 4361 –4382 (2009). http://dx.doi.org/10.1098/rsta.2009.0120 PTRMAD 1364-503X Google Scholar

41. 

Hitachi High-Technologies, “HITACHI data analysis platform software: Hitachi high-technologies GLOBAL,” (2015) http://www.hitachi-hightech.com/global/products/ind_solutions/ict/human/brain/ot/analysis/platform.html/ November ). 2015). Google Scholar

42. 

D. T. Delpy et al., “Estimation of optical pathlength through tissue from direct time of flight measurement,” Phys. Med. Biol., 33 (12), 1433 –1442 (1988). http://dx.doi.org/10.1088/0031-9155/33/12/008 PHMBA7 0031-9155 Google Scholar

43. 

R. C. Oldfield, “The assessment and analysis of handedness: the Edinburgh inventory,” Neuropsychologia, 9 (1), 97 –113 (1971). http://dx.doi.org/10.1016/0028-3932(71)90067-4 NUPSA6 0028-3932 Google Scholar

44. 

H. Sato et al., “Intersubject variability of near-infrared spectroscopy signals during sensorimotor cortex activation,” J. Biomed. Opt., 10 044001 (2005). http://dx.doi.org/10.1117/1.1960907 JBOPFO 1083-3668 Google Scholar

45. 

M. D. Fox et al., “Intrinsic fluctuations within cortical systems account for intertrial variability in human behavior,” Neuron, 56 (1), 171 –184 (2007). http://dx.doi.org/10.1016/j.neuron.2007.08.023 NERNET 0896-6273 Google Scholar

46. 

S. Heinzel et al., “Variability of (functional) hemodynamics as measured with simultaneous fNIRS and fMRI during intertemporal choice,” NeuroImage, 71 (1), 125 –134 (2013). http://dx.doi.org/10.1016/j.neuroimage.2012.12.074 NEIMEF 1053-8119 Google Scholar

47. 

M. Reinhard et al., “Transfer function analysis for clinical evaluation of dynamic cerebral autoregulation—a comparison between spontaneous and respiratory-induced oscillations,” Physiol. Meas., 24 27 –43 (2003). http://dx.doi.org/10.1088/0967-3334/24/1/303 PMEAE3 0967-3334 Google Scholar

48. 

C. Haubrich et al., “Dynamic autoregulation testing in the posterior cerebral artery,” Stroke, 35 848 –852 (2004). http://dx.doi.org/10.1161/01.STR.0000120729.99039.B6 SJCCA7 0039-2499 Google Scholar

49. 

T. Katura et al., “Quantitative evaluation of interrelations between spontaneous low-frequency oscillations in cerebral hemodynamics and systemic cardiovascular dynamics,” NeuroImage, 31 (4), 1592 –1600 (2006). http://dx.doi.org/10.1016/j.neuroimage.2006.02.010 NEIMEF 1053-8119 Google Scholar

50. 

R. Cheng et al., “Noninvasive optical evaluation of spontaneous low frequency oscillation in cerebral hemodynamics,” NeuroImage, 62 1445 –1453 (2012). http://dx.doi.org/10.1016/j.neuroimage.2012.05.069 NEIMEF 1053-8119 Google Scholar

51. 

A. C. Dieler, S. V. Tupak and A. J. Fallgatter, “Functional near-infrared spectroscopy for the assessment of speech related tasks,” Brain Lang., 121 (2), 90 –109 (2012). http://dx.doi.org/10.1016/j.bandl.2011.03.005 Google Scholar

52. 

T. Funane et al., “Quantitative evaluation of deep and shallow tissue layers’ contribution to fNIRS signal using multi–distance optodes and independent component analysis,” NeuroImage, 85 (1), 150 –165 (2014). http://dx.doi.org/10.1016/j.neuroimage.2013.02.026 NEIMEF 1053-8119 Google Scholar

53. 

O. Muzik et al., “Statistical parametric mapping: assessment of application in children,” NeuroImage, 12 538 –549 (2000). http://dx.doi.org/10.1006/nimg.2000.0651 NEIMEF 1053-8119 Google Scholar

54. 

Y. K. Kim et al., “F18-FDG PET in localization of frontal lobe epilepsy: comparison of visual and SPM analysis,” J. Nucl. Med., 43 (9), 1167 –1174 (2002). JNMEAQ 0161-5505 Google Scholar

55. 

F. Archambaud et al., “Optimizing statistical parametric mapping analysis of F18-FDG PET in children,” EJNMMI Res., 3 2 (2013). http://dx.doi.org/10.1186/2191-219X-3-2 Google Scholar

56. 

R. Turner et al., “Functional magnetic resonance imaging of the human brain: data acquisition and analysis,” Exp. Brain Res., 123 5 –12 (1998). http://dx.doi.org/10.1007/s002210050538 EXBRAP 0014-4819 Google Scholar

57. 

S. J. Kiebel and K. J. Friston, “Statistical parametric mapping for event-related potentials: I. Generic considerations,” NeuroImage, 22 492 –502 (2004). http://dx.doi.org/10.1016/j.neuroimage.2004.02.012 NEIMEF 1053-8119 Google Scholar

58. 

S. Ogawa et al., “Intrinsic signal changes accompanying sensory stimulation: functional brain mapping with magnetic resonance imaging,” Proc. Natl. Acad. Sci. U.S.A., 89 5951 –5955 (1992). http://dx.doi.org/10.1073/pnas.89.13.5951 Google Scholar

59. 

J. C. Rajapakse et al., “Modeling hemodynamic response for analysis of functional MRI time-series,” Hum. Brain Mapp., 6 283 –300 (1998). http://dx.doi.org/10.1002/(SICI)1097-0193(1998)6:4<283::AID-HBM7>3.0.CO;2-# Google Scholar

60. 

R. B. Buxton et al., “Modeling the hemodynamic response to brain activation,” NeuroImage, 23 S220 –S233 (2004). http://dx.doi.org/10.1016/j.neuroimage.2004.07.013 NEIMEF 1053-8119 Google Scholar

61. 

E. C. Peterson, Z. Wang and G. Britz, “Regulation of cerebral blood flow,” Int. J. Vasc. Med., 2011 823525 (2011). http://dx.doi.org/10.1155/2011/823525 Google Scholar

62. 

K. J. Worsley et al., “A general statistical analysis for fMRI data,” NeuroImage, 15 1 –15 (2002). http://dx.doi.org/10.1006/nimg.2001.0933 NEIMEF 1053-8119 Google Scholar

63. 

K. Çiftçi et al., “Constraining the general linear model for sensible hemodynamic response function waveforms,” Med. Biol. Eng. Comput., 46 779 –787 (2008). http://dx.doi.org/10.1007/s11517-008-0347-6 MBECDY 0140-0118 Google Scholar

64. 

J. W. Barker, A. Aarabi and T. J. Huppert, “Autoregressive model based algorithm for correcting motion and serially correlated errors in fNIRS,” Biomed. Opt. Express, 4 (8), 1366 –1379 (2013). http://dx.doi.org/10.1364/BOE.4.001366 BOEICL 2156-7085 Google Scholar

65. 

V. D. Calhoun et al., “fMRI activation in a visual-perception task: network of areas detected using the general linear model and independent components analysis,” NeuroImage, 14 1080 –1088 (2001). http://dx.doi.org/10.1006/nimg.2001.0921 NEIMEF 1053-8119 Google Scholar

66. 

M. L. Schroeter et al., “Towards a standard analysis for functional near-infrared imaging,” NeuroImage, 21 (1), 283 –290 (2004). http://dx.doi.org/10.1016/j.neuroimage.2003.09.054 NEIMEF 1053-8119 Google Scholar

67. 

M. M. Plichta et al., “Model-based analysis of rapid event-related functional near-infrared spectroscopy (NIRS) data: a parametric validation study,” NeuroImage, 35 (2), 625 –634 (2007). http://dx.doi.org/10.1016/j.neuroimage.2006.11.028 NEIMEF 1053-8119 Google Scholar

68. 

X. S. Hu et al., “Kalman estimator- and general linear model-based on-line brain activation mapping by near-infrared spectroscopy,” Biomed. Eng., 9 82 (2010). http://dx.doi.org/10.1186/1475-925X-9-82 Google Scholar

69. 

A. F. Abdelnour and T. Huppert, “Real-time imaging of human brain function by near-infrared spectroscopy using an adaptive general linear model,” NeuroImage, 46 133 –143 (2009). http://dx.doi.org/10.1016/j.neuroimage.2009.01.033 NEIMEF 1053-8119 Google Scholar

70. 

P. Bai et al., “Adaptive statistical parametric mapping for fMRI,” Stat. Interface, 3 33 –43 (2010). http://dx.doi.org/10.4310/SII.2010.v3.n1.a3 Google Scholar

71. 

M. Uga et al., “Optimizing the general linear model for functional near-infrared spectroscopy: an adaptive hemodynamic response function approach,” Neurophotonics, 1 (1), 015004 (2014). http://dx.doi.org/10.1117/1.NPh.1.1.015004 Google Scholar

72. 

V. Della-Maggiore et al., “An empirical comparison of SPM preprocessing parameters to the analysis of fMRI data,” NeuroImage, 17 19 –28 (2002). http://dx.doi.org/10.1006/nimg.2002.1113 NEIMEF 1053-8119 Google Scholar

73. 

M. Peña et al., “Sounds and silence: an optical topography study of language recognition at birth,” Proc. Natl. Acad. Sci. U.S.A., 100 (20), 11702 –11705 (2003). http://dx.doi.org/10.1073/pnas.1934290100 Google Scholar

74. 

Y. Hoshi et al., “Recognition of human emotions from cerebral blood flow changes in the frontal region: a study with event-related near-infrared spectroscopy,” J. Neuroimaging, 21 (2), e94 –e101 (2011). http://dx.doi.org/10.1111/j.1552-6569.2009.00454.x JNERET 1051-2284 Google Scholar

75. 

M. Aqil et al., “Detection of event-related hemodynamic response to neuroactivation by dynamic modeling of brain activity,” NeuroImage, 63 (1), 553 –568 (2012). http://dx.doi.org/10.1016/j.neuroimage.2012.07.006 NEIMEF 1053-8119 Google Scholar

76. 

V. Toronov et al., “Near-infrared study of fluctuations in cerebral hemodynamics during rest and motor stimulation: temporal analysis and spatial mapping,” Med. Phys., 27 (4), 801 –815 (2000). http://dx.doi.org/10.1118/1.598943 MPHYA6 0094-2405 Google Scholar

77. 

Y. Tong et al., “Evaluating the effects of systemic low frequency oscillations measured in the periphery on the independent component analysis results of resting state networks,” NeuroImage, 76 (1), 202 –215 (2013). http://dx.doi.org/10.1016/j.neuroimage.2013.03.019 NEIMEF 1053-8119 Google Scholar

78. 

A. K. Singh et al., “Spatial registration of multichannel multi-subject fNIRS data to MNI space without MRI,” NeuroImage, 27 (4), 842 –851 (2005). http://dx.doi.org/10.1016/j.neuroimage.2005.05.019 NEIMEF 1053-8119 Google Scholar

79. 

M. Okamoto and I. Dan, “Automated cortical projection of head-surface locations for transcranial functional brain mapping,” NeuroImage, 26 18 –28 (2005). http://dx.doi.org/10.1016/j.neuroimage.2005.01.018 NEIMEF 1053-8119 Google Scholar

80. 

D. Tsuzuki et al., “Virtual spatial registration of stand-alone fNIRS data to MNI space,” NeuroImage, 34 (4), 1506 –1518 (2007). http://dx.doi.org/10.1016/j.neuroimage.2006.10.043 NEIMEF 1053-8119 Google Scholar

81. 

M. Okamoto et al., “Structural atlas–based spatial registration for functional near-infrared spectroscopy enabling inter-study data integration,” Clin. Neurophysiol., 120 (7), 1320 –1328 (2009). http://dx.doi.org/10.1016/j.clinph.2009.01.023 CNEUFU 1388-2457 Google Scholar

82. 

T. Fekete et al., “A stand-alone method for anatomical localization of NIRS measurements,” NeuroImage, 56 2080 –2088 (2011). http://dx.doi.org/10.1016/j.neuroimage.2011.03.068 NEIMEF 1053-8119 Google Scholar

83. 

D. Tsuzuki et al., “Stable and convenient spatial registration of stand-alone NIRS data through anchor–based probabilistic registration,” Neurosci. Res., 72 (2), 163 –171 (2012). http://dx.doi.org/10.1016/j.neures.2011.10.008 Google Scholar

84. 

D. Tsuzuki and I. Dan, “Spatial registration for functional near-infrared spectroscopy: from channel position on the scalp to cortical location in individual and group analyses,” NeuroImage, 85 92 –103 (2014). http://dx.doi.org/10.1016/j.neuroimage.2013.07.025 NEIMEF 1053-8119 Google Scholar

85. 

A. Obata et al., “Effects of alcohol on hemodynamic and cardiovascular reaction in different genotypes,” Psychiatry Res., 139 (1), 65 –72 (2005). http://dx.doi.org/10.1016/j.pscychresns.2005.04.001 PSRSDR Google Scholar

86. 

S. Kikuchi et al., “Prefrontal cerebral activity during a simple ‘rock, paper, scissors’ task measured by the noninvasive near-infrared spectroscopy method,” Psychiatry Res., 156 (3), 199 –208 (2007). http://dx.doi.org/10.1016/j.pscychresns.2007.01.002 PSRSDR Google Scholar

87. 

Y. Monden et al., “Right prefrontal activation as a neuro-functional biomarker for monitoring acute effects of methylphenidate in ADHD children: an fNIRS study,” Neuroimage Clin, 1 (1), 131 –140 (2012). http://dx.doi.org/10.1016/j.nicl.2012.10.001 Google Scholar

88. 

Y. Takei et al., “Temporal lobe and inferior frontal gyrus dysfunction in patients with schizophrenia during face-to-face conversation: a near-infrared spectroscopy study,” J. Psychiatry Res., 47 (11), 1581 –1589 (2013). http://dx.doi.org/10.1016/j.jpsychires.2013.07.029 JPYRA3 0022-3956 Google Scholar

89. 

P. J. Magistretti, L. Pellerin, “Regulation of cerebral energy metabolism,” Functional MRI, 25 –34 Springer-Verlag, Berlin Heidelberg (2000). Google Scholar

90. 

E. Kirilina et al., “Identifying and quantifying main components of physiological noise in functional near infrared spectroscopy on the prefrontal cortex,” Front. Hum. Neurosci., 7 (864), 1 –17 (2013). http://dx.doi.org/10.3389/fnhum.2013.00864 Google Scholar

91. 

A. K. Singh and I. Dan, “Exploring the false discovery rate in multichannel NIRS,” NeuroImage, 33 (2), 542 –549 (2006). http://dx.doi.org/10.1016/j.neuroimage.2006.06.047 NEIMEF 1053-8119 Google Scholar

92. 

I. Tachtsidis et al., “False positives in functional near-infrared topography,” Adv. Exp. Med. Biol., 645 307 –314 (2009). http://dx.doi.org/10.1007/978-0-387-85998-9_46 AEMBAP 0065-2598 Google Scholar

93. 

G. Pfurtscheller et al., “Focal frontal (de)oxyhemoglobin responses during simple arithmetic,” Int. J. Psychophysiol., 76 (3), 186 –192 (2010). http://dx.doi.org/10.1016/j.ijpsycho.2010.03.013 IJPSEE 0167-8760 Google Scholar

94. 

D. J. Veltman, S. A. R. B. Rombouts and R. J. Dolan, “Maintenance versus manipulation in verbal working memory revisited: an fMRI study,” NeuroImage, 18 247 –256 (2003). http://dx.doi.org/10.1016/S1053-8119(02)00049-6 NEIMEF 1053-8119 Google Scholar

95. 

N. S. Narayanan et al., “The role of prefrontal cortex in the maintenance of verbal working memory: an event-related fMRI analysis,” Neuropsychology, 19 (2), 223 –232 (2005). http://dx.doi.org/10.1037/0894-4105.19.2.223 NEUPEG Google Scholar

96. 

A. K. Barbey, M. Koenigs and J. Grafman, “Dorsolateral prefrontal contribution to human working memory,” Cortex, 49 1195 –1205 (2013). http://dx.doi.org/10.1016/j.cortex.2012.05.022 Google Scholar

97. 

C. L. Marvel and J. E. Desmond, “Functional topography of the cerebellum in verbal working memory,” Neuropsychol. Rev., 20 (3), 271 –279 (2010). http://dx.doi.org/10.1007/s11065-010-9137-7 NERVEJ Google Scholar

98. 

B. J. Nagel et al., “Hemispheric lateralization of verbal and spatial working memory during adolescence,” Brain Cognit., 82 (1), 58 –68 (2013). http://dx.doi.org/10.1016/j.bandc.2013.02.007 Google Scholar

99. 

S. Fantini, “Dynamic model for the tissue concentration and oxygen saturation of hemoglobin in relation to blood volume, flow velocity, and oxygen consumption: implications for functional neuroimaging and coherent hemodynamics spectroscopy (CHS),” NeuroImage, 85 (1), 202 –221 (2014). http://dx.doi.org/10.1016/j.neuroimage.2013.03.065 NEIMEF 1053-8119 Google Scholar

100. 

Y. Minagawa-Kawai et al., “Optical brain imaging reveals general auditory and language-specific processing in early infant development,” Cereb. Cortex, 21 (2), 254 –261 (2011). http://dx.doi.org/10.1093/cercor/bhq082 53OPAV 1047-3211 Google Scholar

101. 

R. J. Cooper et al., “The utility of near-infrared spectroscopy in the regression of low-frequency physiological noise from functional magnetic resonance imaging data,” NeuroImage, 59 (4), 3128 –3138 (2012). http://dx.doi.org/10.1016/j.neuroimage.2011.11.028 NEIMEF 1053-8119 Google Scholar

102. 

B. Bai, P. Kantor and A. Shokoufandeh, “Effectiveness of the finite impulse response model in content-based fMRI image retrieval,” Medical Image Computing and Computer Assisted Intervention – MICCAI 2007, 742 –750 Springer-Verlag, Berlin Heidelberg (2007). Google Scholar

103. 

Baby Laboratory of Keio University (in Japanese), “Analysis tool (in Japanese),” (2014) http://duallife.web.fc2.com/i/tool.html November 2015). Google Scholar

104. 

Y. Yamashita, A. Maki and H. Koizumi, “Near-infrared topographic measurement system: imaging of absorbers localized in a scattering medium,” Rev. Sci. Instrum., 67 730 –732 (1996). http://dx.doi.org/10.1063/1.1146849 RSINAK 0034-6748 Google Scholar

105. 

T. Takahashi et al., “Influence of skin blood flow on near–infrared spectroscopy signals measured on the forehead during a verbal fluency task,” NeuroImage, 57 (3), 991 –1002 (2011). http://dx.doi.org/10.1016/j.neuroimage.2011.05.012 NEIMEF 1053-8119 Google Scholar

106. 

F. Aletti et al., “Deep and surface hemodynamic signal from functional time resolved transcranial near infrared spectroscopy compared to skin flowmotion,” Comput. Biol. Med., 42 (3), 282 –289 (2012). http://dx.doi.org/10.1016/j.compbiomed.2011.06.001 CBMDAW 0010-4825 Google Scholar

107. 

K. T. Sweeney et al., “A methodology for validating artifact removal techniques for fNIRS,” in 2011 Annual Int. Conf. of the IEEE Engineering in Medicine and Biology Society, EMBC, 4943 –4946 (2011). Google Scholar

108. 

R. J. Cooper et al., “A systemic comparison of motion artifact correction techniques for functional near-infrared spectroscopy,” Front. Neurosci., 6 1 –10 (2012). http://dx.doi.org/10.3389/fnins.2012.00147 1662-453X Google Scholar

109. 

S. Brigadoi et al., “Motion artifacts in functional near-infrared spectroscopy: a comparison of motion correction techniques applied to real cognitive data,” NeuroImage, 85 181 –190 (2014). http://dx.doi.org/10.1016/j.neuroimage.2013.04.082 NEIMEF 1053-8119 Google Scholar

110. 

D. A. Handwerker, J. M. Ollinger and M. D’Esposito, “Variation of BOLD hemodynamic responses across subjects and brain regions and their effects on statistical analyses,” NeuroImage, 21 (4), 1639 –1651 (2004). http://dx.doi.org/10.1016/j.neuroimage.2003.11.029 NEIMEF 1053-8119 Google Scholar

111. 

J. Steffener et al., “Investigating hemodynamic response variability at the group level using basis functions,” NeuroImage, 49 (3), 2113 –2122 (2010). http://dx.doi.org/10.1016/j.neuroimage.2009.11.014 NEIMEF 1053-8119 Google Scholar

112. 

B. B. Biswal et al., “Task-dependent individual differences in prefrontal connectivity,” Cereb. Cortex, 20 (9), 2188 –2197 (2010). http://dx.doi.org/10.1093/cercor/bhp284 53OPAV 1047-3211 Google Scholar

113. 

F. Fabbri et al., “Optical measurements of absorption changes in two-layered diffusive media,” Phys. Med. Biol., 49 (7), 1183 –1201 (2004). http://dx.doi.org/10.1088/0031-9155/49/7/007 PHMBA7 0031-9155 Google Scholar

114. 

T. Yamada, S. Umeyama and K. Matsuda, “Multidistance probe arrangement to eliminate artifacts in functional near-infrared spectroscopy,” J. Biomed. Opt., 14 (6), 064034 (2009). http://dx.doi.org/10.1117/1.3275469 JBOPFO 1083-3668 Google Scholar

115. 

M. Kiguchi and T. Funane, “Algorithm for removing scalp signals from functional near-infrared spectroscopy signals in real time using multidistance optodes,” J. Biomed. Opt., 19 (11), 110505 (2014). http://dx.doi.org/10.1117/1.JBO.19.11.110505 JBOPFO 1083-3668 Google Scholar

116. 

L. Gagnon et al., “Further improvement in reducing superficial contamination in NIRS using double short separation measurements,” NeuroImage, 85 (1), 127 –135 (2014). http://dx.doi.org/10.1016/j.neuroimage.2013.01.073 NEIMEF 1053-8119 Google Scholar

Biography

Stephanie Sutoko received her bachelor’s degree in engineering from the Bandung Institute of Technology in 2011 and her master’s degree from the University of Tokyo in 2014. She has started her career as a researcher in the Center for Exploratory Research, Research and Development (R & D) Group, Hitachi, Ltd., Japan in 2014. Her current research interests include near-infrared spectroscopy application in psychiatric, signal processing, and data analysis.

Hiroki Sato received his BA degree from International Christian University in 1998, his MA degree from the University of Tokyo in 2000, and his PhD from Keio University in 2006. His major career achievements include being a guest researcher at the University of Tuebingen, Germany, from 2013 to 2014. Currently, he is a senior researcher of Center for Exploratory Research, R & D Group, Hitachi, Ltd., and promotes basic research in psychology and neuroscience to develop new application of near-infrared spectroscopy.

Atsushi Maki joined Hitachi, Ltd., R & D Group in April 1990. He was an invited researcher of University College London in 2002. He received his PhD in medical engineering. He developed the new neuroimaging method named optical topography in 1995. Currently, he engages developmental human science and higher order brain diseases. His research area is the development of new solutions based on brain measurement; e.g., neuropharmacology, diagnosis of brain disease, and applied brain science on industrial area.

Masashi Kiguchi has studied various optical measurements: nonlinear spectroscopy, time-resolved spectroscopy, near-field spectroscopy, and near-infrared spectroscopy, and his background is physics and laser spectroscopy. He has studied the problems related to the principle of NIRS measurement and has been taking the lead in the development of new techniques for observing brain activities to open new research fields and in basic studies for putting them to practical use.

Yukiko Hirabayashi is a senior researcher of the Center for Exploratory Research, R & D Group, Hitachi, Ltd. She received her PhD in physics from Kanazawa University in 1999. She has been a member of the research group working on brain function monitoring technology using NIRS. Her research interests include development of new applications of NIRS.

Hirokazu Atsumori is a researcher in Center for Exploratory Research, R & D Group, Hitachi, Ltd., Japan. He has been working on the research and development of optical topography, a functional neuroimaging technique based on near-infrared spectroscopy, since 2002. Currently, he is engaged in the development of a wearable and compact optical topography system for monitoring prefrontal cortex activities and its application to new research fields.

Akiko Obata is a researcher in R & D Group, Hitachi, Ltd., Japan. Since 2004, she has been a member of the research group working on optical topography and optical brain function monitoring technology based on NIRS. Her main responsibilities include the development of new applications of NIRS.

Tsukasa Funane received his bachelor’s degree in engineering from the University of Tokyo in 2004 and his PhD in Engineering from Keio University in 2012. He is a researcher at R & D Group, Hitachi, Ltd., Japan. He has been a member of the research group working on optical brain function monitoring technology based on NIRS. His research interests include biomedical optics and its neuroscience applications.

Takusige Katura is a senior researcher of Center for Exploratory Research, R & D Group, Hitachi, Ltd., Japan. Since 2001, he has been a member of the research group working on optical topography and optical brain function monitoring technology based on NIRS. His main responsibilities include basic research on new measurement methods as well as signal analysis and its application to human brain study such as social cognitions.

CC BY: © The Authors. Published by SPIE under a Creative Commons Attribution 4.0 Unported License. Distribution or reproduction of this work in whole or in part requires full attribution of the original publication, including its DOI.
Stephanie Sutoko, Hiroki Sato, Atsushi Maki, Masashi Kiguchi, Yukiko Hirabayashi, Hirokazu Atsumori, Akiko Obata, Tsukasa Funane, and Takusige Katura "Tutorial on platform for optical topography analysis tools," Neurophotonics 3(1), 010801 (11 January 2016). https://doi.org/10.1117/1.NPh.3.1.010801
Published: 11 January 2016
Lens.org Logo
CITATIONS
Cited by 53 scholarly publications.
Advertisement
Advertisement
KEYWORDS
Statistical analysis

Oxygen

Human-machine interfaces

Neurophotonics

Visualization

Analytical research

Data processing

Back to Top