manifest | R Documentation |
manifest()
takes a list of user provided project
titles to be used to query the HCA API for information about
available manifest files.
manifest_cache()
is the default location of the cache
of downloaded manifest.
manifest(filters = NULL, catalog = NULL, update_cache = FALSE)
manifest_cache(create = FALSE)
filters |
hca filter object |
catalog |
character() name of catalog |
update_cache |
logical(1) when |
create |
logical(1) create the default cache location, if it does not yet exist. |
manifest_cache()
can be useful when it is necessary to
'clean up' the cache, e.g., BiocFileCache::cleanbfc()
or more
dramatically unlink(manifest_cache(), recursive = TRUE)
.
manifest_cache()
returns the path to the default cache. Use
this as the cache=
argument to BiocFileCache()
.
manifest_filter <- hca::filters(
projectId = list(is = "4a95101c-9ffc-4f30-a809-f04518a23803"),
fileFormat = list(is = "loom"),
workflow = list(is = c("optimus_v4.2.2", "optimus_v4.2.3"))
)
## Not run:
result <- manifest(manifest_filter)
result
## End(Not run)
manifest_cache(create = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.