Convert_Assay {scCustomize} | R Documentation |
Convert between Seurat Assay types
Description
Will convert assays within a Seurat object between "Assay" and "Assay5" types.
Usage
Convert_Assay(seurat_object, assay = NULL, convert_to)
Arguments
seurat_object |
Seurat object name. |
assay |
name(s) of assays to convert. Default is NULL and will check with users which assays they want to convert. |
convert_to |
value of what assay type to convert current assays to. #'
|
Examples
## Not run:
# Convert to V3/4 assay
obj <- Convert_Assay(seurat_object = obj, convert_to = "V3")
# Convert to 5 assay
obj <- Convert_Assay(seurat_object = obj, convert_to = "V5")
## End(Not run)
[Package scCustomize version 2.1.2 Index]