cluster_set_to_xls,ClusterSet-method | R Documentation |
Write gene lists from a Cluster-Set object into an excel sheet.
## S4 method for signature 'ClusterSet'
cluster_set_to_xls(object, file_path = NULL)
object |
The ClusterSet object. |
file_path |
The file path. |
#' Load an example dataset
load_example_dataset('7871581/files/pbmc3k_medium_clusters')
# Write gene lists to file
tp_dir <- tempdir()
dir.create(tp_dir, showWarnings = FALSE)
cluster_set_to_xls(pbmc3k_medium_clusters, file.path(tp_dir, "test.xls"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.