cluster_set_to_xls-ClusterSet-method: Write Cluster-Set gene lists into an excel sheet.

cluster_set_to_xls,ClusterSet-methodR Documentation

Write Cluster-Set gene lists into an excel sheet.

Description

Write gene lists from a Cluster-Set object into an excel sheet.

Usage

## S4 method for signature 'ClusterSet'
cluster_set_to_xls(object, file_path = NULL)

Arguments

object

The ClusterSet object.

file_path

The file path.

Examples

#' 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"))

dputhier/scigenex documentation built on Jan. 29, 2024, 3:40 p.m.