create_tt_from_tibble_bulk {tidybulk}R Documentation

Create tt object from tibble

Description

Create tt object from tibble

Usage

create_tt_from_tibble_bulk(
  .data,
  .sample,
  .transcript,
  .abundance,
  .abundance_scaled = 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

.abundance_scaled

The name of the transcript/gene scaled abundance column

Value

A tibble with an additional column


[Package tidybulk version 1.4.0 Index]