create_seurat_from_tibble | R Documentation |
Create seurat object from tibble
create_seurat_from_tibble( .data, .sample, .cell, .transcript, .abundance, min.transcripts = 400, min.cells = 5, ... )
.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 |
A tt object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.