Setup_scRNAseq_Project {scCustomize} | R Documentation |
Setup project directory structure
Description
Create reproducible project directory organization when initiating a new analysis.
Usage
Setup_scRNAseq_Project(
custom_dir_file = NULL,
cluster_annotation_path = NULL,
cluster_annotation_file_name = "cluster_annotation.csv"
)
Arguments
custom_dir_file |
file to file containing desired directory structure. Default is NULL and will provide generic built-in directory structure. |
cluster_annotation_path |
path to place cluster annotation file using |
cluster_annotation_file_name |
name to use for annotation file if created (optional). |
Value
no return value. Creates system folders.
Examples
## Not run:
# If using built-in directory structure.
Setup_scRNAseq_Project()
## End(Not run)
[Package scCustomize version 2.1.2 Index]