create_scCombinedMeta | R Documentation |
This function creates a metadata object to correspond to a list of single-cell experiments, for storing parent level information. It initializes the object with the experiment and project name, and the creation date. The created object is of class 'scMetadata_class'.
create_scCombinedMeta(experiment, project_ = getProject())
experiment |
The name of the experiment for which metadata is being created. |
project_ |
The project information to be associated with the metadata object. This defaults to the current project obtained using Seurat.utils::getProject(). |
An 'scCollectionMetadata_class' object containing the metadata for a collection of experiment.
sc_meta <- create_scCombinedMeta(experiment = "Experiment1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.