| load_archs4_seq | R Documentation | 
ARCHS4 h5 files are available at https://maayanlab.cloud/archs4/download.html
load_archs4_seq( archs4_file, gsm_names, species = "Homo sapiens", release = "94", load_saved = TRUE, eset_path = NULL )
| archs4_file | Path to human_matrix.h5 file. | 
| gsm_names | Character vector of GSM names of samples to load. | 
| species | Character vector indicating species. Genus and species should
be space separated, not underscore. Default is  | 
| release | EnsemblDB release. Should be same as used in
 | 
| load_saved | Should a previously saved eset be loaded? Requires
 | 
| eset_path | Path to load saved eset from or to save eset to. | 
ExpressionSet
archs4_file <- "/path/to/human_matrix_v*.h5"
gsm_names <- c("GSM3190508", "GSM3190509", "GSM3190510", "GSM3190511")
# eset <- load_archs4_seq(archs4_file, gsm_names)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.