get_x_y_annotation_columns: get_x_y_annotation_columns

Description Usage Arguments Value

Description

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

Usage

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


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