tidybulk_to_SummarizedExperiment {tidybulk}R Documentation

tidybulk_to_SummarizedExperiment

Description

tidybulk_to_SummarizedExperiment

Usage

tidybulk_to_SummarizedExperiment(
  .data,
  .sample = NULL,
  .transcript = NULL,
  .abundance = NULL
)

Arguments

.data

A tibble

.sample

The name of the sample column

.transcript

The name of the transcript/gene column

.abundance

The name of the transcript/gene abundance column

Value

A SummarizedExperiment


[Package tidybulk version 1.5.0 Index]