Learn R Programming

FracFixR (version 1.0.0)

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

Arguments

Format

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

rows

Gene identifiers (Gene1 to Gene100)

columns

Sample identifiers (Sample1 to Sample12)

Examples

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

Run the code above in your browser using DataLab