tidyBLAST.Rd
Call a series of functions to tidy raw BLAST alignment table for use.
tidyBLAST(blast, fasta, aln.size, use.doParallel)
Initial BLAST table to tidy.
Path to fasta sequences to reference to annotate BLAST table
Minimum length of alignment to consider from BLASTp alignments of 'data'. with peptide sequences.
Logical whether or not to use doParallel parallelization.