R/methods_DEPRECATED.R
join_transcripts.Rd
join_transcripts() extracts and joins information for specified transcripts
join_transcripts(
.data,
transcripts = NULL,
all = FALSE,
exclude_zeros = FALSE,
shape = "long",
...
)
A tidySingleCellExperiment object
A vector of transcript identifiers to join
If TRUE return all
If TRUE exclude zero values
Format of the returned table "long" or "wide"
Parameters to pass to join wide, i.e. assay name to extract transcript abundance from
A `tbl` containing the information.for the specified transcripts
DEPRECATED, please use join_features()
print("DEPRECATED")
#> [1] "DEPRECATED"