Description Usage Arguments Details Value Author(s) References See Also Examples
Tripeptide Composition Descriptor
1 |
x |
A character vector, as the input protein sequence. |
This function calculates the Tripeptide Composition descriptor (Dim: 8000).
A length 8000 named vector
Nan Xiao <https://nanx.me>
M. Bhasin, G. P. S. Raghava. Classification of Nuclear Receptors Based on Amino Acid Composition and Dipeptide Composition. Journal of Biological Chemistry, 2004, 279, 23262.
See extractProtAAC
and extractProtDC
for Amino Acid Composition and Dipeptide Composition descriptors.
1 2 | x = readFASTA(system.file('protseq/P00750.fasta', package = 'Rcpi'))[[1]]
extractProtTC(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.