Description Usage Arguments Value Examples
This function runs Seurat3 by using the output of the align_run
function.
1 2 3 4 5 6 7 8 | seurat3_run(
out_align,
dims = c(1:10),
res = 0.2,
col_anno = NULL,
col_data = NULL,
verbose = TRUE
)
|
out_align |
The output of the function |
dims |
Seurat parameter. It is the dimension of the PCA space. |
res |
Seurat resolution parameter. |
col_anno |
TODO |
col_data |
TODO |
verbose |
Logical, controls the displaying of additional messages while
running the function. Defaults to |
The integrated Seurat object. Two UMAP plots with cells coloured by annotation and dataset will be generated.
1 | # TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.