Learn R Programming

PGICA (version 1.0)

PC: A sample fMRI data in .rda format.

Description

This is a subsample of real fMRI data from the 1000 Connectome Project.

Usage

data(PC)

Arguments

Format

PC is a 30000 by 20 matrix, where 30000 is the number of voxels in brain.

Source

http://www.nitrc.org/projects/fcon_1000/

Details

This is not the original data, but the data after a dimension reduction(from 67749 by 100 to 67749 by 20) using PCA. Then a sample of 30000 voxels are picked out of 67749. The sample is achieved by setting the seed to be 0.

References

Ani Eloyan, Ciprian M.Crainiceanu and Brian S. Caffo: Likelihood Based Population Independent Component Analysis

Examples

Run this code
data(PC)

Run the code above in your browser using DataLab