View source: R/search_from_reads.R
process_kmer_result | R Documentation |
process_kmer_result
process_kmer_result
processes the KMER result from infer_from_combined
process_kmer_result(partial_result, search_table, min_match_per_read = 1, ...)
partial_result |
the result from |
search_table |
a dataframe with the following columns: - "id","type","sequence","strand","result","extra","match_ref_seq" |
min_match_per_read |
the minimum number of kmer matches in a read, discarding reads with less than this number |
... |
ignored |
a dataframe containing the following columns: - type, rank, result, reads_count, proportion_matched, pass_filter, proportion_scheme_found, details
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.