riboflavinv100 | R Documentation |
This dataset is a subset of the riboflavin production data by Bacillus subtilis, containing n = 71
observations. It includes the response variable (log-transformed riboflavin production rate) and the 100 genes with the largest empirical variances from the original dataset.
data(riboflavinv100)
Log-transformed riboflavin production rate (original name: q_RIBFLV
). This is a continuous variable indicating the efficiency of riboflavin production by the bacterial strain.
A matrix of dimension 71 \times 100
containing the logarithm of the expression levels of the 100 genes with the largest empirical variances.
# Load the riboflavinv100 dataset
data(riboflavinv100)
# Display the dimensions of the dataset
print(dim(riboflavinv100$x))
print(length(riboflavinv100$y))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.