The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

NeuroDataSets

The NeuroDataSets package offers a rich and diverse collection of datasets focused on the brain, the nervous system, and neurological and psychiatric disorders. It includes data on conditions such as Parkinson’s disease, Alzheimer’s disease, epilepsy, schizophrenia, gliomas, and mental health.

The package contains a wide variety of data types, including clinical, experimental, neuroimaging, behavioral, cognitive, and simulated datasets. These datasets encompass structural and functional brain data, neurotransmission metrics, gene expression profiles, cognitive performance assessments, and treatment outcomes.

Installation

You can install the NeuroDataSets package from CRAN with the following R function:


install.packages("NeuroDataSets")

Load the Package


library(NeuroDataSets)

Dataset Suffixes

Each dataset in the NeuroDataSets package uses a suffix to denote the type of R object:

Example Datasets

Below are selected example datasets included in the NeuroDataSets package:

Example Code:


# Load the package

library(NeuroDataSets)

# List all datasets in the package

view_datasets_neuro()

# Load dataset

data(white_matter_patterns_tbl_df)

# Preview the dataset

head(white_matter_patterns_tbl_df)

# Open in Viewer

View(white_matter_patterns_tbl_df)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.