View source: R/sequence_context_functions.R
GeneratePlotPFMmatrix | R Documentation |
Generate PFMmatrix (Position Frequency Matrix) from a given list of sequences
GeneratePlotPFMmatrix(
sequences,
indel.class,
flank.length = 5,
plot.dir = NULL,
plot.title = NULL
)
sequences |
A list of strings returned from
|
indel.class |
A single character string that denotes a 1 base pair
insertion or deletion, as taken from |
flank.length |
The length of flanking bases around the position or homopolymer targeted by the indel. |
plot.dir |
If provided, make a dot-line plot for PFMmatrix. |
plot.title |
The title of the dot-line plot |
A matrix recording the frequency of each base (A, C, G, T) on each position of the sequence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.