powered by
Save cluster assignments to a TSV file
SaveClusters(object, file)
Seurat object with cluster assignments
Path to file to write cluster assignments to
No return value. Writes clusters assignments to specified file.
# 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