| example_annotation | R Documentation |
A data frame containing sample annotations for the example_counts matrix. Describes the experimental design with conditions, fraction types, and replicates.
example_annotation
A data frame with 12 rows and 4 columns:
Sample identifier matching column names in example_counts
Experimental condition (Control or Treatment)
Fraction type (Total, Light_Polysome, or Heavy_Polysome)
Replicate identifier (Rep1 or Rep2)
Simulated data generated for package examples
data(example_annotation)
head(example_annotation)
table(example_annotation$Condition, example_annotation$Type)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.