View source: R/Object_Conversion.R
Convert_Assay | R Documentation |
Will convert assays within a Seurat object between "Assay" and "Assay5" types.
Convert_Assay(seurat_object, assay = NULL, convert_to)
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. #'
|
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.