View source: R/parse_related.R
combine_results | R Documentation |
Combines blast and SRST2 results, cuts to desired columns (Sample, Plasmid, Inc_group, Coverage, Divergence, Length, Clusterid), matches plasmids to BR and appends simplified INC names, all future modifications are done to this dataframe
combine_results(sr, br)
sr |
SRST2 results loaded from read_srst2 |
br |
Blast results parsed by blast_parser |
Seven column dataframe of SRST2 results now including INC groups
## Not run: combine_results(example_srst2_results, example_blast_results) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.