create_tt_from_cellRanger_sc | R Documentation |
Create tt object from cellRanger results
create_tt_from_cellRanger_sc( dir_names, min.transcripts = 400, min.cells = 5, high.mito.thresh = 0.08, high.umi.thresh = 10000, species, genome = switch(tolower(species), human = "hg38", mouse = "mm10", stop("tidysc says: species not present")) )
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 |
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.