Learn R Programming

scCustomize (version 3.0.1)

Create_Cluster_Annotation_File: Create cluster annotation csv file

Description

create annotation file

Usage

Create_Cluster_Annotation_File(
  file_path = NULL,
  file_name = "cluster_annotation"
)

Value

No value returned. Creates .csv file.

Arguments

file_path

path to directory to save file. Default is current working directory.

file_name

name to use for annotation file. Function automatically adds file type ".csv" suffix. Default is "cluster_annotation".

Examples

Run this code
if (FALSE) {
Create_Cluster_Annotation_File(file_path = "cluster_annotation_folder_name")
}

Run the code above in your browser using DataLab