search_exact_seq_pq | R Documentation |
Search for exact matching of sequences using complement, reverse and reverse-complement
search_exact_seq_pq(physeq, seq2search)
physeq |
(required): a |
seq2search |
A DNAStringSet object of sequences to search for. |
A list of data-frames for each input sequences with the name, the sequences and the number of occurrences of the original sequence, the complement sequence, the reverse sequence and the reverse-complement sequence.
Adrien Taudière
data("data_fungi")
search_primers <- search_exact_seq_pq(data_fungi,
seq2search = Biostrings::DNAStringSet(c("TTGAACGCACATTGCGCC", "ATCCCTACCTGATCCGAG"))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.