Learn R Programming

qqboxplot (version 0.3.0)

expression_data: Log expression data for select genes

Description

A dataset that contains log expression data for randomly selected genes for two patients, one with autism and one control.

Usage

expression_data

Arguments

Format

A data frame with 1200 rows and 3 variables:

gene

gene identifier (not meaningful)

specimen

autism or control

log_count

the logged gene expression count

...