Description Usage Arguments Value Examples
Create frequency matrix
1 | createFrequencyMat(substrates.seq)
|
substrates.seq |
A substrate sequence |
A frequency matrix of amino acid from substrates.seq.
1 2 3 4 5 6 7 | data("phospho_L6_ratio")
# We will create a frequency matrix of Tfg S198 phosphosite.
rownames(phospho.L6.ratio)[1]
substrate.seq = unlist(lapply(strsplit(rownames(phospho.L6.ratio)[1],
split = "~"), function(i) i[4]))
freq.mat = createFrequencyMat(substrate.seq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.