| load_sample | R Documentation |
Sample datasets ship inside the package under 'inst/extdata/samples/' and cover biological (cancer drivers, MSigDB pathways) and mock (streaming platforms, gene sets) use cases. Use [list_samples()] to enumerate.
load_sample(name)
name |
Sample identifier from [list_samples()]. |
A ['VennDataset-class'] with the appropriate format and mode applied.
ds <- load_sample("dataset_mock_gene_sets")
length(ds@set_names)
ds <- load_sample("dataset_real_cancer_drivers_4")
analyze(ds)@model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.