README.rst 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. studyforrest.org Dataset
  2. ************************
  3. |license| |access| |doi|
  4. Localization of higher-level visual ROIs
  5. ========================================
  6. For all participants in the phase2 extension of the studyforrest dataset, the
  7. following visual areas were localized:
  8. - fusiform face area (FFA)
  9. - occipital face area (OFA)
  10. - parahippocampal place area (PPA)
  11. - extrastriate body area (EBA)
  12. - lateral occipital complex (LOC)
  13. - early visual cortex (VIS)
  14. More information on the procedure and the results can be found in:
  15. Ayan Sengupta, Falko R. Kaule, J. Swaroop Guntupalli, Michael B. Hoffmann,
  16. Christian Häusler, Jörg Stadler, Michael Hanke. `An extension of the
  17. studyforrest dataset for vision research
  18. <http://biorxiv.org/content/early/2016/03/31/046573>`_. (submitted for
  19. publication)
  20. For further information about the project visit: http://studyforrest.org
  21. Content
  22. -------
  23. ``code/``:
  24. all source code to perform the analysis of the block-design
  25. localizer fMRI data
  26. ``src/``:
  27. links to repositories containing all inputs for the analysis
  28. ``sub-??/``:
  29. analysis results per participant
  30. ``onsets/``:
  31. per-stimulus condition timing in FSL's EV3 format (converted from the BIDS
  32. event specifications)
  33. ``2ndlvl.gfeat/``:
  34. Full output folder of the 2nd level fixed-effects analysis aggregating
  35. 1st-level GLM parameters across all four experiment runs. This contains
  36. thresholded and unthresholded Z-stat maps which were the basis for the
  37. subsequent titration of ROI masks per participant.
  38. ``rois/``:
  39. One mask volume per isolated voxel cluster in the results. Each filename
  40. starts with the ROI label (e.g. lFFA for left fusiform face area). There
  41. can be more than one file/cluster per ROI per subject, if more than one
  42. isolated voxel cluster was present in the results.
  43. How to obtain the data files
  44. ----------------------------
  45. This repository is a `DataLad <https://www.datalad.org/>`__ dataset. It provides
  46. fine-grained data access down to the level of individual files, and allows for
  47. tracking future updates up to the level of single files. In order to use
  48. this repository for data retrieval, `DataLad <https://www.datalad.org>`_ is
  49. required. It is a free and open source command line tool, available for all
  50. major operating systems, and builds up on Git and `git-annex
  51. <https://git-annex.branchable.com>`__ to allow sharing, synchronizing, and
  52. version controlling collections of large files. You can find information on
  53. how to install DataLad at `handbook.datalad.org/en/latest/intro/installation.html
  54. <http://handbook.datalad.org/en/latest/intro/installation.html>`_.
  55. Get the dataset
  56. ^^^^^^^^^^^^^^^
  57. A DataLad dataset can be ``cloned`` by running::
  58. datalad clone <url>
  59. Once a dataset is cloned, it is a light-weight directory on your local machine.
  60. At this point, it contains only small metadata and information on the
  61. identity of the files in the dataset, but not actual *content* of the
  62. (sometimes large) data files.
  63. Retrieve dataset content
  64. ^^^^^^^^^^^^^^^^^^^^^^^^
  65. After cloning a dataset, you can retrieve file contents by running::
  66. datalad get <path/to/directory/or/file>
  67. This command will trigger a download of the files, directories, or
  68. subdatasets you have specified.
  69. DataLad datasets can contain other datasets, so called *subdatasets*. If you
  70. clone the top-level dataset, subdatasets do not yet contain metadata and
  71. information on the identity of files, but appear to be empty directories. In
  72. order to retrieve file availability metadata in subdatasets, run::
  73. datalad get -n <path/to/subdataset>
  74. Afterwards, you can browse the retrieved metadata to find out about
  75. subdataset contents, and retrieve individual files with ``datalad get``. If you
  76. use ``datalad get <path/to/subdataset>``, all contents of the subdataset will
  77. be downloaded at once.
  78. Stay up-to-date
  79. ^^^^^^^^^^^^^^^
  80. DataLad datasets can be updated. The command ``datalad update`` will *fetch*
  81. updates and store them on a different branch (by default
  82. ``remotes/origin/master``). Running::
  83. datalad update --merge
  84. will *pull* available updates and integrate them in one go.
  85. More information
  86. ^^^^^^^^^^^^^^^^
  87. More information on DataLad and how to use it can be found in the DataLad Handbook at
  88. `handbook.datalad.org <http://handbook.datalad.org/en/latest/index.html>`_. The
  89. chapter "DataLad datasets" can help you to familiarize yourself with the
  90. concept of a dataset.
  91. .. _Git: http://www.git-scm.com
  92. .. _git-annex: http://git-annex.branchable.com/
  93. .. |license|
  94. image:: https://img.shields.io/badge/license-PDDL-blue.svg
  95. :target: http://opendatacommons.org/licenses/pddl/summary
  96. :alt: PDDL-licensed
  97. .. |access|
  98. image:: https://img.shields.io/badge/data_access-unrestricted-green.svg
  99. :alt: No registration or authentication required
  100. .. |doi|
  101. image:: https://img.shields.io/badge/doi-missing-lightgrey.svg
  102. :target: http://dx.doi.org/
  103. :alt: DOI