combine_fastq_search_result {minSNPs} | R Documentation |
combine_fastq_search_result
Description
combine_fastq_search_result
combines the search results from search_from_fastq_reads
Usage
combine_fastq_search_result(
results,
search_table,
previous_result = NULL,
bp = MulticoreParam()
)
Arguments
results |
the result (fastq_search_result) from |
search_table |
a dataframe with the following columns: - "id","type","sequence","strand","result","extra","match_ref_seq" |
previous_result |
the result (fastq_search_result) to append to |
bp |
BiocParallel backend to use for parallelization |
Value
will return a dataframe containing: - 'sequence', 'search_id', 'reads', 'raw_match', 'mean_qualities', 'indexes', 'id', 'type', 'strand', 'result', 'extra', 'match_ref_seq', 'n_reads'
[Package minSNPs version 0.2.0 Index]