Create_Cluster_Annotation_File | R Documentation |
create annotation file
Create_Cluster_Annotation_File(
file_path = NULL,
file_name = "cluster_annotation"
)
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". |
No value returned. Creates .csv file.
## Not run:
Create_Cluster_Annotation_File(file_path = "cluster_annotation_folder_name")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.