| trim_alignments | R Documentation |
Trim BLAST alignments by minimum length
trim_alignments(blast, rep_seqs, fraction = 0.6)
blast |
BLAST data frame. |
rep_seqs |
Named list/character vector of DNA strings (from seqinr::read.fasta(as.string = TRUE)). |
fraction |
Numeric; fraction of the median rep-seq length used as the cutoff. Default 0.6. |
Filtered BLAST data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.