Description Usage Arguments Examples
View source: R/prepare_clustering_for_shiny.R
Function to prepare as RDS object for http://andelfingerlab.heart_maturation.genap.ca from a precomputed Seurat object. The new object will have optimized size and data structure for usage in the Rshiny server.
1 2 3 4 5 6 7 | prepare_clustering_for_shiny(
seurat_object,
marker_table,
label = "E14.5",
imputed = FALSE,
output_dir = "."
)
|
seurat_object |
The S4 Seurat object which contains filtered and normalized cells in the data slot. |
label |
The sample label that will be used for naming the file. |
imputed |
logical that indicates whether data has been imputed and there is a data frame in @imputed or not. default = FALSE |
output_dir |
Directory in which to save the new RDS object. default = "." |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.