Seurat (version 2.3.4)

SaveClusters: Save cluster assignments to a TSV file

Description

Save cluster assignments to a TSV file

Usage

SaveClusters(object, file)

Arguments

object

Seurat object with cluster assignments

file

Path to file to write cluster assignments to

Value

No return value. Writes clusters assignments to specified file.

Examples

Run this code
# NOT RUN {
pbmc_small
file.loc <- "~/Desktop/cluster_assignments.tsv"
SaveClusters(object = pbmc_small, file = file.loc)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab