pivot_sample,spec_tbl_df-method {tidybulk}R Documentation

pivot_sample

Description

pivot_sample

Usage

## S4 method for signature 'spec_tbl_df'
pivot_sample(.data, .sample = NULL)

Arguments

.data

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

.sample

The name of the sample column

Value

A 'tbl' object


[Package tidybulk version 0.99.23 Index]