summarized_experiment: This function creates a summarized experiment object from...

View source: R/import.R

summarized_experimentR Documentation

This function creates a summarized experiment object from count and metadata files uploaded by the user

Description

This function creates a summarized experiment object from count and metadata files uploaded by the user

Usage

summarized_experiment(counts, columndata)

Arguments

counts

counts dataframe

columndata

metadata dataframe

Value

a summarized experiment object

Examples

data(protein_data)
data(protein_sample_info)
se_object <- summarized_experiment(protein_data, protein_sample_info)


compbiomed/BatchQC documentation built on April 28, 2024, 6:33 a.m.