prepareBLAST.Rd
Call series of functions to standardize BLAST table for computation.
prepareBLAST(blast, fasta, aln.size, use.doParallel = FALSE, tofilter = TRUE)
Input tidied BLAST table.
AAstringset object of fasta sequences.
Minimum length of alignment to consider from BLASTp alignments of 'data'.
Logical whether or not to use doParallel parallelization.
Logical whether or not to call filterBLAST, which is only necessary during initial setup.