Description Usage Arguments Value Examples
This function calculates the relative cumulative frequency of amino acid and secondary structure combination.
1 | calculate_rcf(sequence, secondary_structure)
|
sequence |
String of protein sequence with one letter convention |
secondary_structure |
String of protein secondary structure with single letter convention |
Relative cumulative frequency.
1 2 3 | sequence = paste(RefDB_data$carbonDat[[1]]$AA, collapse = "")
secondary_structure = paste(RefDB_data$carbonDat[[1]]$SS, collapse = "")
relativeCumulativeFrequency = calculate_rcf(sequence, secondary_structure)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.