Filters blast output file
1 2 3 4 5 6 7 | filterBlastOutput(
filename,
column_names,
e_value_filter = NA,
identity_filter = NA,
min_length_filter = NA
)
|
filename |
A string of the file name |
column_names |
A character vector of the headers of the blast file |
e_value_filter |
A numeric e-value cut-off |
identity_filter |
A numeric identity_filter cut-off |
min_length_filter |
A numeric minimum contig length cut-off |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.