Description Usage Arguments Value Note Examples
retrieve 'restfulSE' SummarizedExperiment instance for selected studies in htx compendium
1 | htx_query_by_study_accession(studies, htxSE, ...)
|
studies |
character vector of study accessions |
htxSE |
SummarizedExperiment instance, typically the result of htx_load(), which we don't want to repeat needlessly |
... |
passed to 'htx_load', ignored if 'se' is nonmissing |
SummarizedExperiment instance
This function was designed to perform a single query on a 'fresh' compendium image from 'htx_load()'. However, one could consider iterating the process to build up metadata on multiple series of studies. This is not likely to succeed without careful manipulation of the colData of the input SummarizedExperiment. A message will be written if the input SummarizedExperiment appears to be other than a 'fresh' 'htx_load' result.
1 | htx_query_by_study_accession("ERP011411")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.