export_seurat_to_shiny_scCluster: Exports data from a Seurat object to the formats required by...

Description Usage Arguments

View source: R/export_seurat_to_shiny_scCluster.R

Description

Exports data from a Seurat object to the formats required by scCluster_genap2

Usage

1
2
3
4
5
6
7
export_seurat_to_shiny_scCluster(
  seurat_object,
  seurat_object_version = "v3",
  embedding_used = "UMAP",
  data_slot = "RNA",
  export_dir = "."
)

Arguments

seurat_object

The Seurat object to be processed.

seurat_object_version

Version of the seurat object. Either v2 or v3. Default = v3

embedding_used

Dimensional reduction technique used.Either 'UMAP' or 'TSNE'. Default = 'UMAP'.

data_slot

Data slot to extract the normalized data from. Either 'RNA' or 'SCT'. Default = 'RNA'.

export_dir

Directory to store the exported files into.


FloWuenne/scFunctions documentation built on June 3, 2021, 6:42 p.m.