join_transcripts: Add differential transcription information to a tbl using...

Description Usage Arguments Details Value Examples

View source: R/methods.R

Description

join_transcripts() extracts and joins information for specific transcripts

Usage

1
2
3
4
5
6
7
join_transcripts(
  .data,
  transcripts = NULL,
  all = FALSE,
  exclude_zeros = FALSE,
  shape = "long"
)

Arguments

.data

A tidy SingleCellExperiment 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"

Details

\lifecycle

experimental

This function extracts information for specified transcripts and returns the information in either long or wide format.

Value

A 'tbl' containing the information.for the specified transcripts

Examples

1
2
3
tidySingleCellExperiment::pbmc_small %>%
    tidy() %>%
    join_transcripts(transcripts=c("HLA-DRA", "LYZ"))

tidySingleCellExperiment documentation built on Nov. 8, 2020, 6:54 p.m.