get_elements_features_abundance: Get column names either from user or from attributes

get_elements_features_abundanceR Documentation

Get column names either from user or from attributes

Description

Get column names either from user or from attributes

Usage

get_elements_features_abundance(
  .data,
  .element,
  .feature,
  .abundance,
  of_samples = TRUE
)

Arguments

.data

A tibble

.element

A character name of the sample column

.feature

A character name of the transcript/gene column

.abundance

A character name of the read count column

of_samples

A boolean

Value

A list of column enquo or error


tidyHeatmap documentation built on May 20, 2022, 9:05 a.m.