View source: R/compile_genbank.R
compile_genbank | R Documentation |
Compile Sequence and Metadata for GenBank Submission
compile_genbank(
testkit_ids,
seq_dir,
sample_collection_tbl = NULL,
demographics_tbl = NULL,
viralrecon_tbl = NULL,
deidentifiedDB = NULL
)
testkit_ids |
Testkit IDs to include in the GenBank Submission |
seq_dir |
Directory containing FASTA files of consensus sequence for individual samples |
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 |
List of three elements: 'int_tbl' : Tibble for internal use, 'ext_tbl' : Tibble containing metadata required by GenBank, 'seqs' : DNAStringSet with consensus sequences for each Sequence_ID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.