example_annotation: Example annotation data frame

example_annotationR Documentation

Example annotation data frame

Description

A data frame containing sample annotations for the example_counts matrix. Describes the experimental design with conditions, fraction types, and replicates.

Usage

example_annotation

Format

A data frame with 12 rows and 4 columns:

Sample

Sample identifier matching column names in example_counts

Condition

Experimental condition (Control or Treatment)

Type

Fraction type (Total, Light_Polysome, or Heavy_Polysome)

Replicate

Replicate identifier (Rep1 or Rep2)

Source

Simulated data generated for package examples

Examples

data(example_annotation)
head(example_annotation)
table(example_annotation$Condition, example_annotation$Type)

FracFixR documentation built on May 11, 2026, 9:09 a.m.