seurat_preprocess: Preprocess Seurat Object

View source: R/seurat_cluster.R

seurat_preprocessR Documentation

Preprocess Seurat Object

Description

Performs standard pre-processing workflow for scRNA-seq data

Usage

seurat_preprocess(
  assay,
  scale = TRUE,
  normalize = TRUE,
  features = NULL,
  legacy_settings = FALSE,
  ...
)

Arguments

assay

Assay to use

scale

Perform linear transformation 'Scaling'

normalize

Perform normalization

features

Identify highly variable features

legacy_settings

Use legacy settings

...

Examples


panc8[["gene"]] <- seurat_preprocess(panc8[["gene"]])


whtns/seuratTools documentation built on April 9, 2024, midnight