create_seurat_from_tibble: Create seurat object from tibble

create_seurat_from_tibbleR Documentation

Create seurat object from tibble

Description

Create seurat object from tibble

Usage

create_seurat_from_tibble(
  .data,
  .sample,
  .cell,
  .transcript,
  .abundance,
  min.transcripts = 400,
  min.cells = 5,
  ...
)

Arguments

.data

A tibble

.sample

A symbol for the sample column

.cell

A symbol for the cell column

.transcript

A symbol for the transcript name column

.abundance

A symbol for counts

Value

A tt object


stemangiola/ttSc documentation built on Dec. 8, 2022, 2:37 a.m.