Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 11 found.
[1] < 1 2 > [2]  Sort:

update.icac (Package: icaOcularCorrection) : Update the correction performed by function code{icac

The function takes an icac object as returned by the function of the same name and updates the correction as specified in argument what. Returns an icac object with the same slots as function icac does.
● Data Source: CranContrib
● Keywords:
● Alias: update.icac
● 0 images

topo_ic (Package: icaOcularCorrection) : Plot the topographic map of an independent component.

coming soon
● Data Source: CranContrib
● Keywords:
● Alias: topo_ic
● 0 images

summary.icac (Package: icaOcularCorrection) : Print and/or return the correction summary of an "icac" object.

When noise.sig = NULL, the number of trials where an independent component (IC) correlated above threshold is listed, as well as the mean correlation across these trials. If a value is passed to argument ic and noise.sig = NULL, the number of trials where the IC and each noise signal correlated above threshold is listed.
● Data Source: CranContrib
● Keywords:
● Alias: summary.icac
● 0 images

plot_tric (Package: icaOcularCorrection) : Plot the time course of an independent component at each trial.

Plots an independent component at each trial optionally with a noise signal overlaid on top of it.
● Data Source: CranContrib
● Keywords:
● Alias: plot_tric
● 0 images

plot_trba (Package: icaOcularCorrection) : Plot the corrected and uncorrected time course at a specific channel for each trial.

For each trial, the corrected (blue line) and uncorrected (black line) are plotted. Optionally, a noise signal can be superimposed (grey line).
● Data Source: CranContrib
● Keywords:
● Alias: plot_trba
● 0 images

plot_nic (Package: icaOcularCorrection) : Plot an independent component with superimposed noise signal at a particular trial.

The function takes an icac object as returned by function icac and plots an independent component with superimposed noise signal at a particular trial.
● Data Source: CranContrib
● Keywords:
● Alias: plot_nic
● 0 images

plot_avgba (Package: icaOcularCorrection) : Plot the average waveforms at each channel before and after correction.

For each channel, the average for uncorrected (black line) and corrected (blue line) waveforms across all trials is computed and plotted.
● Data Source: CranContrib
● Keywords:
● Alias: plot_avgba
● 0 images

mwd.thrsh (Package: icaOcularCorrection) : Multiple wavelet decomposition thresholding.

Applies hard or soft multiple wavelet thresholding to a signal.
● Data Source: CranContrib
● Keywords:
● Alias: mwd.thrsh
● 0 images

icac (Package: icaOcularCorrection) : ICA noise correction.

By-trial correction of EEG/MEG data for known (i.e., recorded) and unknown (i.e., not recorded) sources of noise.
● Data Source: CranContrib
● Keywords:
● Alias: icac
● 0 images

icaOcularCorrection-package (Package: icaOcularCorrection) : Independent Components Analysis (ICA) based eye-movement correction (HEOG and VEOG) and correction of other known (i.e., recorded; e.g., ECG, GSR, ...) or unknown (i.e., not recorded) sources of noise.

Removes eye-movement and other types of known (i.e., recorded) or unknown (i.e., not recorded) artifacts using the fastICA package. The correction method proposed in this package is largely based on the method described in on Flexer, Bauer, Pripfl, and Dorffner (2005). The process of correcting electro- and magneto-encephalographic data (EEG/MEG) begins by running function “icac”, which first performs independent components analysis (ICA) to decompose the data frame into independent components (ICs) using function “fastICA” from the package of the same name. It then calculates for each trial the correlation between each IC and each one of the noise signals – there can be one or more, e.g., vertical and horizontal electro-oculograms (VEOG and HEOG), electro-myograms (EMG), electro-cardiograms (ECG), galvanic skin responses (GSR), and other noise signals. Subsequently, portions of an IC corresponding to trials at which the correlation between it and a noise signal was at or above threshold (set to 0.4 by default; Flexer et al., 2005, p. 1001) are zeroed-out in the source matrix, “S”. The user can then identify which ICs correlate with the noise signals the most by looking at the summary of the “icac” object (using function “summary.icac”), the scalp topography of the ICs (using function “topo.ic”), the time courses of the ICs (using functions “plot.tric” and “plot.nic”), and other diagnostic plots. Once these ICs have been identified, they can be completely zeroed-out using function “update.icac” and the resulting correction checked using functions “plot.avgba” and “plot.trba”. Some worked-out examples with R code are provided in the package vignette. Please contact the package maintainer to obtain the data to run the examples.
● Data Source: CranContrib
● Keywords: package
● Alias: icaOcularCorrection, icaOcularCorrection-package
● 0 images