read_diamond | R Documentation |
When performing BLAST searches with the blast_*()
functions,
the corresponding BLAST output file can be imported into the current R session using this function.
All output formats given by BLAST are supported (see e.g. description for details).
read_diamond(file, out_format, use_arrow_duckdb_connection = FALSE)
file |
path to BLAST output file. |
out_format |
a character string specifying the output format of the BLAST output that shall be imported. Available options are:
|
use_arrow_duckdb_connection |
shall DIAMOND2 hit output table be transformed to an in-process (big data disk-processing) arrow connection to DuckDB? This is useful when the DIAMOND2 output table to too large to fit into memory. Default is |
Hajk-Georg Drost
diamond_protein_to_protein
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.