example_counts: Example RNA-seq count matrix

example_countsR Documentation

Example RNA-seq count matrix

Description

A matrix containing simulated RNA-seq counts for 100 genes across 12 samples. The data simulates a polysome profiling experiment with two conditions (Control and Treatment) and three fractions (Total, Light_Polysome, Heavy_Polysome).

Usage

example_counts

Format

A numeric matrix with 100 rows (genes) and 12 columns (samples):

rows

Gene identifiers (Gene1 to Gene100)

columns

Sample identifiers (Sample1 to Sample12)

Source

Simulated data generated for package examples

Examples

data(example_counts)
dim(example_counts)
head(example_counts[, 1:6])

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