join_transcripts: (DEPRECATED) Extract and join information for transcripts.
Description
join_transcripts() extracts and joins information for specified transcripts
Usage
join_transcripts(
.data,
transcripts = NULL,
all = FALSE,
exclude_zeros = FALSE,
shape = "long",
...
)
Value
A `tbl` containing the information.for the specified transcripts
Arguments
- .data
A tidyseurat object
- transcripts
A vector of transcript identifiers to join
- all
If TRUE return all
- exclude_zeros
If TRUE exclude zero values
- shape
Format of the returned table "long" or "wide"
- ...
Parameters to pass to join wide, i.e. assay name to extract transcript abundance from
Details
DEPRECATED, please use join_features()