create_tt_from_tibble_bulk: Create tt object from tibble

Description Usage Arguments Value

View source: R/functions.R

Description

Create tt object from tibble

Usage

1
2
3
4
5
6
7
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


tidybulk documentation built on April 7, 2021, 6 p.m.