infer_from_combined {minSNPs} | R Documentation |
infer_from_combined
Description
infer_from_combined
infers the results (presence/absense of genes & CC) from the combined result
Usage
infer_from_combined(combined_result, search_table, genome_size, ...)
Arguments
combined_result |
the combined result from |
search_table |
a dataframe with the following columns: - "id","type","sequence","strand","result","extra","match_ref_seq" |
genome_size |
estimated genome size for coverage calculation |
... |
additional arguments to pass to the process methods |
Value
a dataframe containing the following columns: - type, rank, result, reads_count, proportion_matched, pass_filter
[Package minSNPs version 0.2.0 Index]