| load_and_check | R Documentation |
Load and check BLAST results and rep-seq FASTA
load_and_check(blast_file, rep_fasta, taxonomy_col = "stitle", verbose = FALSE)
blast_file |
Path to BLAST results TSV file. |
rep_fasta |
Path to representative sequences FASTA file. |
taxonomy_col |
The column in BLAST file containing taxonomy strings (default "stitle"). |
verbose |
Logical; if TRUE, emit progress messages. Default FALSE. |
List with BLAST dataframe (kingdom-filtered) and rep_seqs as a named list of DNA strings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.