Skip to contents

This function returns a data frame with example metadata for samples that can be used alongside dimensionality reduction results like UMAP or PCA. The metadata includes sample identifiers and a dataset category.

Usage

example_umap_metadata()

Value

A data frame with two columns: sample (sample identifiers) and dataset (dataset category).

Examples

metadata <- example_umap_metadata()
print(metadata)
#>         sample   dataset
#> 1 COLO829v003T Cell line
#> 2       DO1000     PCAWG
#> 3       DO1001     PCAWG
#> 4       DO1002     PCAWG
#> 5       DO1003     PCAWG
#> 6       DO1004     PCAWG