| pivot_transcript {tidybulk} | R Documentation |
pivot_transcript() takes as imput a 'tbl' formatted as | <SAMPLE> | <ENSEMBL_ID> | <COUNT> | <...> | and returns a 'tbl' with only sampe-related columns
pivot_transcript(.data, .transcript = NULL)
.data |
A 'tbl' formatted as | <SAMPLE> | <TRANSCRIPT> | <COUNT> | <...> | |
.transcript |
The name of the transcript column |
This functon extracts only transcript-related information for downstream analysis (e.g., visualisation). It is disruptive in the sense that it cannot be passed anymore to tidybulk function.
A 'tbl' object
pivot_transcript( tidybulk::counts_mini, .transcript = transcript )