View source: R/search_from_reads.R
sequence_reads_match_count | R Documentation |
sequence_reads_match_count
sequence_reads_match_count
look for the search sequences in reads and return the matches indexes and mean qualities
sequence_reads_match_count(search_sequence, reads, qualities)
search_sequence |
the search sequence to look for where '.' stands for any character. |
reads |
the sequences reads to search for. |
qualities |
the qualities of each bases in the reads. |
will return a list containing for each read: - count, mean_quality, indexes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.