simple comparison of retrieval from Azure/AWS
1 2 3 4 5 6 7 8 9 | report_comparison(
location = "Boston",
target_file = tempfile(),
stub = "https://annotationhub.bioconductor.org/",
cache = BiocFileCache::BiocFileCache(),
tags = c("5050", "2"),
hosts = c("azure", "fetch"),
ntimes = 2
)
|
location |
character(1) description of location of run, please make informative |
target_file |
character(1) file to which report is written in CSV |
stub |
character(1) URL stub to which 'fetch/[num]' is appended for retrieval |
cache |
instance of BiocFileCache |
tags |
character() 'fetch_id' values from 'AnnotationHub::getInfoOnIds' |
hosts |
character() defaults to 'c("azure", "fetch")' for use in API call |
ntimes |
numeric() defaults to 2, number of retrievals to be benchmarked |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.