batch_extract_ncbi_tabs | R Documentation |
Convenience function to batch process NCBI tables.
batch_extract_ncbi_tabs(
file_dir,
files = list.files(file_dir, pattern = "\\.txt$", full.names = TRUE, recursive =
TRUE),
...
)
batch_reduce_ncbi(tab_list, accession_filter = c("all", "top"), out_dir, ...)
file_dir |
the directory to look for raw NCBI output files |
files |
vector, the full file path to the raw NCBI files |
... |
additional args passed to |
tab_list |
a list of extracted tables created by
|
accession_filter |
character, one of "all" to keep all accessions, or "top" to only keep the top accession. |
out_dir |
optional, if specified, the reduced tables will be written to CSV in the directory specified. If the directory does not exist, it will be created. |
list of reducded tables
Matt Espe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.