make_se | R Documentation |
This function creates a SummarizedExperiment object from a data frame containing protein expression data.
make_se(proteins_unique, columns, expdesign, log2_transform = TRUE)
proteins_unique |
A data frame containing the protein expression data |
columns |
A vector of column numbers containing the numeric expression data |
expdesign |
A data frame containing the experimental design |
log2_transform |
A logical value. Whether to log2 transform the data. Default is TRUE. |
A SummarizedExperiment object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.