Description Usage Arguments Value To do
From a set of sequences with name provided, it returns a data frame with the kmer common to all sequences from the list. It contains 4 columns: sequence, ref_sequence, start, end.
The start and end correspond to the position of the kmers on the reference sequences.
1 |
seq_name |
Vector containing the sequence names (eg accession) |
sequence |
Vector containing the actual sequences |
kmer_width |
kmer size |
A data frame with 4 columns
This may break down if the same kmer is found twice...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.