Skip to contents

This dataset, brainexpression_df, is a data frame containing expression levels of the proteolipid protein 1 gene (PLP1) in 45 individuals across three groups. The dataset includes group classifications and corresponding PLP1 expression measurements, making it useful for comparative gene expression analysis and studying differences in myelin-related protein expression across populations.

Usage

data(brainexpression_df)

Format

A data frame with 45 observations and 2 variables:

group

Group classification (factor with 3 levels)

PLP1.expression

Expression level of the proteolipid protein 1 gene (numeric)

Source

Data taken from the abd package version 0.2-8

Details

The dataset name has been kept as brainexpression_df to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the NeuroDataSets package and assists users in identifying its specific characteristics. The suffix df indicates that the dataset is a data frame. The original content has not been modified.