EmbedAsvTable | R Documentation |
EmbedAsvTable(seqtab, fasta_file, blast_hits, embedding_matrix)
seqtab |
The |
fasta_file |
The |
blast_hits |
The |
embedding_matrix |
The |
## The function is currently defined as EmbedAsvTable <- function(seqtab, fasta_file_name, blast_hits, embedding_file_name){ best_hits = getBestHits(blast_hits = blast_hits, id_thresh = 99) seqtab <- embedSeqtab(seqtab, fasta_file = fasta_file_name, best_hits = best_hits, embedding_file_name) seqtab }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.