load_data | R Documentation |
Downloads requested file if not done so previously.
load_data(
file = c("cmap_es_ind.qs", "l1000_drugs_es.qs", "l1000_genes_es.qs", "human_pbmc.qs")
)
file |
Character vector of drug effect size datasets to load. One of: * ''cmap_es_ind.qs'' - CMAP02 * ''l1000_drugs_es.qs'' - L1000 compounds * ''l1000_genes_es.qs'' - L1000 genetic perturbations * ''human_pbmc.qs'' - Azimuth human PBMC reference |
data.frame of expression values. Rows are genes, columns are perturbations.
# dummy example (actual files are large)
load_drug_es("example.qs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.