extract_ncbi_tabs | R Documentation |
Extracts the tables from the raw text file output from NCBI.
extract_ncbi_tabs(
file,
lines = readLines(file),
col_names = c("description", "scientific_name", "common_name", "taxid", "max_score",
"total_score", "query_cover", "e_value", "per_ident", "acc_len", "accession")
)
file |
file path to NCBI output file |
lines |
the raw lines of the text file |
col_names |
character vector of column names to assign |
list, with one element per table
Matt Espe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.