record_experiment_data | R Documentation |
Record the technical metadata for the for a Seurat object
record_experiment_data(
object,
experiment_name = "default_experiment",
organism = "human"
)
object |
A seurat objet |
experiment_name |
Name of the experiment |
organism |
Organism |
logged_seu <- record_experiment_data(human_gene_transcript_seu, experiment_name = "human_gene_transcript", organism = "mouse")
Misc(logged_seu, "experiment")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.