View source: R/get_data_provenance.R
get_data_provenance | R Documentation |
Find user supplied data provenance information about files in S3
get_data_provenance( bucket = NULL, prefix = NULL, uuid = NULL, DAG = NULL, allowEmpty = F, file_type = NULL )
bucket |
Bucket(s) to query |
prefix |
Bucket prefix(es) to query |
uuid |
(Optional) uuid(s) to get data provenance for |
DAG |
(Optional) Data access group to query if you are part of multiple DAGs |
allowEmpty |
(Optional) Returns even empty columns if set to TRUE - use if you are interested in applying new annotations |
file_type |
(Optional) Specific file type(s) to query for, such as "bamCramSam", "variants" or "tabularMatrix" |
At least one bucket and/or prefix is required.
A data frame containing metadata about files in S3. Requesting data from a specific prefix or other options can speed up the request.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.