Learn R Programming

FracFixR (version 1.0.0)

example_annotation: 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

Arguments

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)

Examples

Run this code
data(example_annotation)
head(example_annotation)
table(example_annotation$Condition, example_annotation$Type)

Run the code above in your browser using DataLab