| example_counts | R Documentation |
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).
example_counts
A numeric matrix with 100 rows (genes) and 12 columns (samples):
Gene identifiers (Gene1 to Gene100)
Sample identifiers (Sample1 to Sample12)
Simulated data generated for package examples
data(example_counts)
dim(example_counts)
head(example_counts[, 1:6])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.