create_tt_from_seurat: Create tt object from seurat object

create_tt_from_seuratR Documentation

Create tt object from seurat object

Description

Create tt object from seurat object

Usage

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"))
)

Arguments

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

Value

A tt object


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