rna.make_se | R Documentation |
This function takes gene expression data stored in a data frame with unique gene names and columns of expression data, as well as an experimental design data frame, and creates a SummarizedExperiment object.
rna.make_se(genes_unique, columns, expdesign)
genes_unique |
A data frame with unique gene names and columns of expression data. |
columns |
A vector of the column positions or names with expression data in |
expdesign |
A data frame of experimental design. |
used internally by rna.read_data()
.
A SummarizedExperiment object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.