View source: R/get_metadata_genbank.R
get_metadata_genbank | R Documentation |
Compile Metadata for GenBank Submission
get_metadata_genbank(
testkit_ids,
sample_collection_tbl = NULL,
demographics_tbl = NULL,
viralrecon_tbl = NULL,
deidentifiedDB = NULL,
time_zone = "America/New_York"
)
testkit_ids |
Testkit IDs to include in the GenBank Submission |
sample_collection_tbl |
Path to the tibble containing sample collection data |
demographics_tbl |
Path to the tibble containing demographics data |
viralrecon_tbl |
Path to the tibble containing viralrecon results |
deidentifiedDB |
Path to the deidentifiedDB SQLite File |
time_zone |
Time zone for collection time (Default: "America/New_York") |
Tibble containing metadata information for GenBank submission.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.