exportEmbCol: a function to export embedding and cloumn to csv file

Description Usage Arguments

View source: R/utils.R

Description

a function to export embedding and cloumn to csv file

Usage

1
2
3
4
5
6
7
exportEmbCol(
  seurat = NULL,
  cells = NULL,
  exportCol = "seurat_clusters",
  embedding = "umap",
  outdir = "EmbCol"
)

Arguments

seurat

a seurat object

cells

cell barcode vector.

exportCol

column names in metadata.

embedding

reduction names in seurat object.

outdir

path to save tables


RyanYip-Kat/yipCat documentation built on Dec. 18, 2021, 11:55 a.m.