get_x_y_annotation_columns {tidybulk}R Documentation

get_x_y_annotation_columns

Description

This function recognise what are the sample-wise columns and transcrip-wise columns

Usage

get_x_y_annotation_columns(
  .data,
  .horizontal,
  .vertical,
  .abundance,
  .abundance_scaled
)

Arguments

.data

A 'tbl' formatted as | <SAMPLE> | <TRANSCRIPT> | <COUNT> | <...> |

.horizontal

The name of the column horizontally presented in the heatmap

.vertical

The name of the column vertically presented in the heatmap

.abundance

The name of the transcript/gene abundance column

.abundance_scaled

The name of the transcript/gene scaled abundance column

Value

A list


[Package tidybulk version 1.4.0 Index]