summarized_experiment | R Documentation |
This function creates a summarized experiment object from count and metadata files uploaded by the user
summarized_experiment(counts, columndata)
counts |
counts dataframe |
columndata |
metadata dataframe |
a summarized experiment object
data(protein_data)
data(protein_sample_info)
se_object <- summarized_experiment(protein_data, protein_sample_info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.