create_tt_from_seurat | R Documentation |
Create tt object from seurat object
create_tt_from_seurat( seurat_object, dir_names = list(""), min.transcripts = 400, min.cells = 5, high.mito.thresh = 0.08, high.umi.thresh = 10000, .sample = sample, .cell = cell, species, genome = switch(tolower(species), human = "hg38", mouse = "mm10", stop("tidysc says: species not present")) )
seurat_object |
A seurat object |
dir_names |
A character array with the output directories of cellRanger if run from internal function |
min.transcripts |
An integer with the threshold of the minimum number of genes allowed for each cell |
min.cells |
An integer with the threshold of the minimum anumber of cells allowed for each sample |
high.mito.thresh |
An numeric with the threshold of the maximum fraction of reads from mitochondrion. Used for filtering |
high.umi.thresh |
An numeric with the threshold of the maximum fraction of umis. Used for filtering |
.sample |
A symbol for the sample column |
.cell |
A symbol for the cell column |
species |
A character name of the species |
genome |
A character name of the mapping genome used |
A tt object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.