get_sample_transcript_counts {tidyHeatmap} | R Documentation |
Get column names either from user or from attributes
Description
Get column names either from user or from attributes
Usage
get_sample_transcript_counts(.data, .sample, .transcript, .abundance)
Arguments
.data |
A tibble |
.sample |
A character name of the sample column |
.transcript |
A character name of the transcript/gene column |
.abundance |
A character name of the read count column |
Value
A list of column enquo or error
[Package tidyHeatmap version 1.8.1 Index]