create_object.Seurat | R Documentation |
Extract information from Seurat object to create CNA object
create_object.Seurat(
seurat_object,
samplem_key,
samplem_vars,
graph_use = NULL
)
seurat_object |
Initialized Seurat object. Assumes that FindNeighborhoods has been run. |
samplem_key |
String denoting the name of the sample-level identifier (e.g. DonorID). |
samplem_vars |
Which sample-level covariates to include. |
graph_use |
Which graph to use. By default, will use first graph in seurat_object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.