View source: R/manage_container.R
get_donor_meta | R Documentation |
Get metadata matrix of dimensions donors by variables (not per cell)
get_donor_meta(container, additional_meta = NULL, only_analyzed = TRUE)
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
additional_meta |
character A vector of other variables to include (default=NULL) |
only_analyzed |
logical Set to TRUE to only include donors that were included in the formed tensor, otherwise set to FALSE (default=TRUE) |
The project container with metadata per donor (not per cell) in container$donor_metadata.
test_container <- get_donor_meta(test_container, additional_meta='lanes')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.