create_tt_from_tibble_wide_sc | R Documentation |
Create tt object from tibble
create_tt_from_tibble_wide_sc( .data, .sample, .transcript_position, .cell, species, min.transcripts = 400, min.cells = 5, high.mito.thresh = 0.08, high.umi.thresh = 10000, genome = switch(tolower(species), human = "hg38", mouse = "mm10", stop("tidysc says: species not present")), ... )
.data |
A tibble |
.sample |
A character name of the sample column |
.cell |
A character name of the cell name column |
species |
A character name of the species used (e.g., Mouse, Human) |
.transcript |
A character name of the transcript name column |
.abundance |
A character name of the count column |
A tibble with an additional column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.