gene_exp_data {DGEAR}R Documentation

A dataset containing gene expression data

Description

This dataset contains simulated gene expression data for analysis.

Usage

gene_exp_data

Format

A data frame with 20 rows and 20 columns, where columns 1 to 10 being control and 11 to 20 being experiment.

Examples

# Data will be loaded with lazy loading and can be accessible when needed.
data("gene_exp_data")
head(gene_exp_data)

[Package DGEAR version 0.1.3 Index]