View source: R/methods_DEPRECATED.R
join_transcripts | R Documentation |
join_transcripts() extracts and joins information for specified transcripts
join_transcripts(
.data,
transcripts = NULL,
all = FALSE,
exclude_zeros = FALSE,
shape = "long",
...
)
.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 |
DEPRECATED, please use join_features()
A 'tbl' containing the information.for the specified transcripts
print("DEPRECATED")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.