df2pfm | R Documentation |
Given a dataframe with a column called 'Sequence' it transforms the sequences into a matrix where the frequency of each letter in the alphabet is counted at every position
df2pfm(data, ID_col, alphabet)
data |
A data.frame with a minimum of 2 columns. One named |
ID_col |
The name of the column in |
alphabet |
A character vector containing the alphabet letters present in |
For a great song click here.
A data frame with positional frequencies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.